[jbossws-commits] JBossWS SVN: r12770 - in stack/cxf/branches/cxf-2.3: modules/client and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Aug 10 07:22:20 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-08-10 07:22:20 -0400 (Tue, 10 Aug 2010)
New Revision: 12770

Modified:
   stack/cxf/branches/cxf-2.3/modules/client/pom.xml
   stack/cxf/branches/cxf-2.3/modules/server/pom.xml
   stack/cxf/branches/cxf-2.3/pom.xml
Log:
Removing cxf-rt-transport-http-jetty.jar too from dependencies, while waiting for a proper solution to be implemented for the jetty dependency / Endpoint API issue


Modified: stack/cxf/branches/cxf-2.3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-10 10:10:04 UTC (rev 12769)
+++ stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-10 11:22:20 UTC (rev 12770)
@@ -58,10 +58,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-transports-http-jetty</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-jms</artifactId>
     </dependency>
     <dependency>

Modified: stack/cxf/branches/cxf-2.3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/server/pom.xml	2010-08-10 10:10:04 UTC (rev 12769)
+++ stack/cxf/branches/cxf-2.3/modules/server/pom.xml	2010-08-10 11:22:20 UTC (rev 12770)
@@ -75,10 +75,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-transports-http-jetty</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-transports-jms</artifactId>
     </dependency>
     <dependency>

Modified: stack/cxf/branches/cxf-2.3/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/pom.xml	2010-08-10 10:10:04 UTC (rev 12769)
+++ stack/cxf/branches/cxf-2.3/pom.xml	2010-08-10 11:22:20 UTC (rev 12770)
@@ -436,61 +436,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-rt-transports-http-jetty</artifactId>
-        <version>${cxf.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_3.0_spec</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-          </exclusion>
-          <exclusion>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-asm</artifactId>
-          </exclusion>   
-          <exclusion>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-beans</artifactId>
-          </exclusion> 
-          <exclusion>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-context</artifactId>
-          </exclusion> 
-          <exclusion>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-core</artifactId>
-          </exclusion>
-          <exclusion>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-expression</artifactId>
-          </exclusion>   
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-tx</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-jms</artifactId>
         <version>${cxf.version}</version>
         <exclusions>



More information about the jbossws-commits mailing list