You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/04/28 10:40:26 UTC

svn commit: r1097362 - /geronimo/server/trunk/pom.xml

Author: xuhaihong
Date: Thu Apr 28 08:40:26 2011
New Revision: 1097362

URL: http://svn.apache.org/viewvc?rev=1097362&view=rev
Log:
a. Use Axis2 1.7.0-SNAPSHOT
b. Use Neethi 3.0.0

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1097362&r1=1097361&r2=1097362&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Apr 28 08:40:26 2011
@@ -74,7 +74,7 @@
         <openwebbeansVersion>1.1.1-SNAPSHOT</openwebbeansVersion>
         <derbyVersion>10.6.1.0</derbyVersion>
         <cxfVersion>2.1.10</cxfVersion>
-        <axis2Version>1.6.1</axis2Version>
+        <axis2Version>1.7.0</axis2Version>
         <axiomVersion>1.2.11</axiomVersion>
         <springVersion>2.5.6-SEC02</springVersion>
         <xbeanVersion>3.8-SNAPSHOT</xbeanVersion>
@@ -1433,7 +1433,7 @@
             <dependency>
                 <groupId>org.apache.neethi</groupId>
                 <artifactId>neethi</artifactId>
-                <version>2.0.5</version>
+                <version>3.0.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.ws.commons.axiom</groupId>
@@ -1444,8 +1444,8 @@
                         <artifactId>axiom-api</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
+                        <groupId>org.apache.ws.commons.axiom</groupId>
+                        <artifactId>axiom-dom</artifactId>
                     </exclusion>
                     <exclusion>
                         <groupId>wsdl4j</groupId>
@@ -1453,19 +1453,7 @@
                     </exclusion>
                     <exclusion>
                         <groupId>org.codehaus.woodstox</groupId>
-                        <artifactId>wstx-asl</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <dependency>
-                <groupId>jline</groupId>
-                <artifactId>jline</artifactId>
-                <version>0.9.94</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>junit</groupId>
-                        <artifactId>junit</artifactId>
+                        <artifactId>woodstox-core-asl</artifactId>
                     </exclusion>
                 </exclusions>
             </dependency>