You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/03/31 09:52:07 UTC

svn commit: r760355 - /cocoon/cocoon3/trunk/cocoon-rest/pom.xml

Author: reinhard
Date: Tue Mar 31 07:52:06 2009
New Revision: 760355

URL: http://svn.apache.org/viewvc?rev=760355&view=rev
Log:
remove jersey dependencies

Modified:
    cocoon/cocoon3/trunk/cocoon-rest/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-rest/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-rest/pom.xml?rev=760355&r1=760354&r2=760355&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-rest/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-rest/pom.xml Tue Mar 31 07:52:06 2009
@@ -55,13 +55,5 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-server</artifactId>
-    </dependency> 
   </dependencies>
 </project>