You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/06/16 01:52:47 UTC

svn commit: r1136252 - /servicemix/utils/trunk/pom.xml

Author: ffang
Date: Wed Jun 15 23:52:47 2011
New Revision: 1136252

URL: http://svn.apache.org/viewvc?rev=1136252&view=rev
Log:
[SMXCOMP-868]Align stax-api version

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1136252&r1=1136251&r2=1136252&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Wed Jun 15 23:52:47 2011
@@ -60,9 +60,9 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-            <version>1.0.1</version>
+            <groupId>javax.xml.stream</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0-2</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>