Author: lahiru
Date: Wed Sep 26 18:58:21 2012
New Revision: 1390672
URL: http://svn.apache.org/viewvc?rev=1390672&view=rev
Log:
removing jersey dependencies
Modified:
airavata/trunk/modules/registry/airavata-registry-service/pom.xml
Modified: airavata/trunk/modules/registry/airavata-registry-service/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/registry/airavata-registry-service/pom.xml?rev=1390672&r1=1390671&r2=1390672&view=diff
==============================================================================
--- airavata/trunk/modules/registry/airavata-registry-service/pom.xml (original)
+++ airavata/trunk/modules/registry/airavata-registry-service/pom.xml Wed Sep
26 18:58:21 2012
@@ -65,29 +65,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-servlet</artifactId>
- <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-multipart</artifactId>
- <version>${jersey.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-server</artifactId>
- <version>${jersey.version}</version>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ <version>1.1.1</version>
</dependency>
</dependencies>
- <properties>
- <jersey.version>1.13</jersey.version>
- </properties>
<build>
<plugins>