[jbossws-commits] JBossWS SVN: r12467 - in stack/cxf/trunk/modules: server and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jun 10 18:37:48 EDT 2010


Author: sergeyb
Date: 2010-06-10 18:37:48 -0400 (Thu, 10 Jun 2010)
New Revision: 12467

Modified:
   stack/cxf/trunk/modules/client/pom.xml
   stack/cxf/trunk/modules/server/pom.xml
Log:
Removing cxf jaxrs dependency from server and client modules

Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml	2010-06-10 21:56:04 UTC (rev 12466)
+++ stack/cxf/trunk/modules/client/pom.xml	2010-06-10 22:37:48 UTC (rev 12467)
@@ -64,10 +64,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-http</artifactId>
     </dependency>
     <dependency>

Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml	2010-06-10 21:56:04 UTC (rev 12466)
+++ stack/cxf/trunk/modules/server/pom.xml	2010-06-10 22:37:48 UTC (rev 12467)
@@ -67,10 +67,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-http</artifactId>
     </dependency>
     <dependency>



More information about the jbossws-commits mailing list