You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/12/03 18:19:56 UTC

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

Author: gawor
Date: Wed Dec  3 09:19:54 2008
New Revision: 722974

URL: http://svn.apache.org/viewvc?rev=722974&view=rev
Log:
use neethi 2.0.4 same as axis2 and cxf

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=722974&r1=722973&r2=722974&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Dec  3 09:19:54 2008
@@ -2040,7 +2040,7 @@
             <dependency>
                 <groupId>org.apache.neethi</groupId>
                 <artifactId>neethi</artifactId>
-                <version>2.0</version>
+                <version>2.0.4</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.ws.commons.axiom</groupId>
@@ -2050,6 +2050,10 @@
                         <groupId>org.apache.ws.commons.axiom</groupId>
                         <artifactId>axiom-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>