--- a/server/pom.xml Tue Apr 23 17:08:42 2013 +0200
+++ b/server/pom.xml Tue Apr 23 21:57:58 2013 +0200
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.iri_research.renkan</groupId>
<artifactId>renkan</artifactId>
- <version>0.6.2</version>
+ <version>0.6.3</version>
<packaging>war</packaging>
<properties>
<surefire-version>2.14</surefire-version>
<coweb-version>1.0</coweb-version>
<cowebx-version>1.0</cowebx-version>
- <jersey-version>1.17</jersey-version>
+ <jersey-version>1.17.1</jersey-version>
<spring-version>3.2.1.RELEASE</spring-version>
<spring-security-version>3.1.3.RELEASE</spring-security-version>
<jetty-version>8.1.10.v20130312</jetty-version>
@@ -198,6 +198,11 @@
<version>${jersey-version}</version>
</dependency>
<dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-json</artifactId>
+ <version>${jersey-version}</version>
+ </dependency>
+ <dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
<version>${jersey-version}</version>