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 2010/07/06 06:22:27 UTC

svn commit: r960775 - /servicemix/components/engines/servicemix-jsr181/trunk/pom.xml

Author: ffang
Date: Tue Jul  6 04:22:27 2010
New Revision: 960775

URL: http://svn.apache.org/viewvc?rev=960775&view=rev
Log:
[SM-1949]change stax-api groupId for components

Modified:
    servicemix/components/engines/servicemix-jsr181/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-jsr181/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-jsr181/trunk/pom.xml?rev=960775&r1=960774&r2=960775&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-jsr181/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-jsr181/trunk/pom.xml Tue Jul  6 04:22:27 2010
@@ -177,7 +177,7 @@
       <version>1.0</version>
     </dependency>
     <dependency>
-      <groupId>stax</groupId>
+      <groupId>javax.xml.stream</groupId>
       <artifactId>stax-api</artifactId>
     </dependency>
     <dependency>