You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2013/04/03 14:02:59 UTC

svn commit: r1463945 - /tomee/tomee/trunk/pom.xml

Author: rmannibucau
Date: Wed Apr  3 12:02:59 2013
New Revision: 1463945

URL: http://svn.apache.org/r1463945
Log:
upgrading neethi and excluding woodstox to get the right version

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1463945&r1=1463944&r2=1463945&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Wed Apr  3 12:02:59 2013
@@ -1409,9 +1409,13 @@
       <dependency>
         <groupId>org.apache.neethi</groupId>
         <artifactId>neethi</artifactId>
-        <version>3.0.1</version>
+        <version>3.0.2</version>
         <exclusions>
           <exclusion>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
           </exclusion>