You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/10/07 05:37:38 UTC

svn commit: r1005326 - /openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml

Author: dblevins
Date: Thu Oct  7 03:37:37 2010
New Revision: 1005326

URL: http://svn.apache.org/viewvc?rev=1005326&view=rev
Log:
Upgrade to CXF 2.2.10 and trim out all unneeded dependencies

Modified:
    openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml

Modified: openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml?rev=1005326&r1=1005325&r2=1005326&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml (original)
+++ openejb/branches/openejb-3.1.x/server/openejb-cxf/pom.xml Thu Oct  7 03:37:37 2010
@@ -78,15 +78,19 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-bundle</artifactId>
-      <version>2.2.4</version>
+      <version>2.2.10</version>
       <exclusions>
         <exclusion>
+          <groupId>antlr</groupId>
+          <artifactId>antlr</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>aopalliance</groupId>
           <artifactId>aopalliance</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>bouncycastle</groupId>
-          <artifactId>bcprov-jdk14</artifactId>
+          <groupId>asm</groupId>
+          <artifactId>asm</artifactId>
         </exclusion>
         <exclusion>
           <groupId>com.sun.xml.bind</groupId>
@@ -96,13 +100,29 @@
           <groupId>com.sun.xml.bind</groupId>
           <artifactId>jaxb-xjc</artifactId>
         </exclusion>
+        <!--<exclusion>-->
+          <!--<groupId>com.sun.xml.messaging.saaj</groupId>-->
+          <!--<artifactId>saaj-impl</artifactId>-->
+        <!--</exclusion>-->
         <exclusion>
-          <groupId>javax.annotation</groupId>
-          <artifactId>jsr250-api</artifactId>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>javax.jws</groupId>
-          <artifactId>jsr181-api</artifactId>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-pool</groupId>
+          <artifactId>commons-pool</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.ws.rs</groupId>
+          <artifactId>jsr311-api</artifactId>
         </exclusion>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
@@ -113,24 +133,28 @@
           <artifactId>saaj-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>javax.xml.ws</groupId>
-          <artifactId>jaxws-api</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>jaxen</groupId>
           <artifactId>jaxen</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>jdom</groupId>
-          <artifactId>jdom</artifactId>
+          <groupId>org.apache.abdera</groupId>
+          <artifactId>abdera-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.abdera</groupId>
+          <artifactId>abdera-extensions-json</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.abdera</groupId>
+          <artifactId>abdera-extensions-main</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>net.java.dev.stax-utils</groupId>
-          <artifactId>stax-utils</artifactId>
+          <groupId>org.apache.abdera</groupId>
+          <artifactId>abdera-i18n</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.cxf</groupId>
-          <artifactId>cxf-bundle</artifactId>
+          <groupId>org.apache.abdera</groupId>
+          <artifactId>abdera-parser</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.apache.geronimo.specs</groupId>
@@ -146,6 +170,10 @@
         </exclusion>
         <exclusion>
           <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-jms_1.1_spec</artifactId>
         </exclusion>
         <exclusion>
@@ -160,98 +188,110 @@
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
         </exclusion>
+        <!--<exclusion>-->
+          <!--<groupId>org.apache.neethi</groupId>-->
+          <!--<artifactId>neethi</artifactId>-->
+        <!--</exclusion>-->
+        <!--<exclusion>-->
+          <!--<groupId>org.apache.santuario</groupId>-->
+          <!--<artifactId>xmlsec</artifactId>-->
+        <!--</exclusion>-->
+        <exclusion>
+          <groupId>org.apache.velocity</groupId>
+          <artifactId>velocity</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.ws.commons.axiom</groupId>
+          <artifactId>axiom-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.ws.commons.axiom</groupId>
+          <artifactId>axiom-impl</artifactId>
+        </exclusion>
+        <!--<exclusion>-->
+          <!--<groupId>org.apache.ws.commons.schema</groupId>-->
+          <!--<artifactId>XmlSchema</artifactId>-->
+        <!--</exclusion>-->
+        <!--<exclusion>-->
+          <!--<groupId>org.apache.ws.security</groupId>-->
+          <!--<artifactId>wss4j</artifactId>-->
+        <!--</exclusion>-->
+        <exclusion>
+          <groupId>org.apache.xmlbeans</groupId>
+          <artifactId>xmlbeans</artifactId>
+        </exclusion>
+        <!--<exclusion>-->
+          <!--<groupId>org.bouncycastle</groupId>-->
+          <!--<artifactId>bcprov-jdk15</artifactId>-->
+        <!--</exclusion>-->
+        <exclusion>
+          <groupId>org.codehaus.jettison</groupId>
+          <artifactId>jettison</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.codehaus.jra</groupId>
           <artifactId>jra</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
+          <groupId>org.codehaus.woodstox</groupId>
+          <artifactId>wstx-asl</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>jetty</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-beans</artifactId>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-util</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-context</artifactId>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-core</artifactId>
+          <artifactId>spring-beans</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-web</artifactId>
+          <artifactId>spring-context</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-dao</artifactId>
+          <artifactId>spring-context-support</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-jms</artifactId>
+          <artifactId>spring-core</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-support</artifactId>
+          <artifactId>spring-jms</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-context-support</artifactId>
+          <artifactId>spring-tx</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.springframework</groupId>
-          <artifactId>spring-tx</artifactId>
+          <artifactId>spring-web</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.xmlbeans</groupId>
-          <artifactId>xmlbeans</artifactId>
+          <groupId>oro</groupId>
+          <artifactId>oro</artifactId>
         </exclusion>
         <exclusion>
           <groupId>rhino</groupId>
           <artifactId>js</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>stax</groupId>
-          <artifactId>stax-api</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>velocity</groupId>
-          <artifactId>velocity-dep</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>velocity</groupId>
-          <artifactId>velocity-deps</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>velocity</groupId>
-          <artifactId>velocity</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>wss4j</groupId>
-          <artifactId>wss4j</artifactId>
-        </exclusion>
+        <!--<exclusion>-->
+          <!--<groupId>xalan</groupId>-->
+          <!--<artifactId>serializer</artifactId>-->
+        <!--</exclusion>-->
         <exclusion>
           <groupId>xalan</groupId>
           <artifactId>xalan</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>xml-security</groupId>
-          <artifactId>xmlsec</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>xmlbeans</groupId>
-          <artifactId>xbean</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>