summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml')
-rw-r--r--sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml37
1 files changed, 29 insertions, 8 deletions
diff --git a/sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml b/sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml
index 676dcbe956..7d536db3dc 100644
--- a/sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml
+++ b/sandbox/lresende/sca-2.x/samples/store-jaxrs/pom.xml
@@ -7,15 +7,15 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
-->
<project>
<modelVersion>4.0.0</modelVersion>
@@ -42,23 +42,44 @@
<url>http://repository.codehaus.org/</url>
</repository>
</repositories>
-
+
<dependencies>
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ <version>1.1</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-common</artifactId>
- <version>1.0-incubating</version>
+ <version>1.1.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-server</artifactId>
- <version>1.0-incubating</version>
+ <version>1.1.2-incubating-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.wink</groupId>
+ <artifactId>wink-client</artifactId>
+ <version>1.1.2-incubating-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
- <version>1.4.1</version>
+ <version>1.6.0</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <version>1.6.1</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -66,7 +87,7 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
<build>
<finalName>store-jaxrs</finalName>
</build>