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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 14 02:28:49 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-14 02:28:48 -0400 (Tue, 14 Oct 2008)
New Revision: 8462

Modified:
   stack/cxf/trunk/modules/client/pom.xml
   stack/cxf/trunk/modules/server/pom.xml
   stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Removing dependency on jbossws-framework from server and client module


Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml	2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/modules/client/pom.xml	2008-10-14 06:28:48 UTC (rev 8462)
@@ -23,10 +23,6 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-framework</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-spi</artifactId>
     </dependency>
     

Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml	2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/modules/server/pom.xml	2008-10-14 06:28:48 UTC (rev 8462)
@@ -24,10 +24,6 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-framework</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-spi</artifactId>
     </dependency>
     <dependency>

Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml	2008-10-14 06:18:34 UTC (rev 8461)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml	2008-10-14 06:28:48 UTC (rev 8462)
@@ -31,7 +31,6 @@
               <include>*:jaxrpc-api:jar</include>
               <include>*:jaxws-api:jar</include>
               <include>*:jbossws-common:jar</include>
-              <include>*:jbossws-framework:jar</include>
               <include>*:jbossws-spi:jar</include>
               <include>*:junit:jar</include>
               <include>*:neethi:jar</include>




More information about the jbossws-commits mailing list