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:23:10 UTC

svn commit: r960778 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: ffang
Date: Tue Jul  6 04:23:09 2010
New Revision: 960778

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

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=960778&r1=960777&r2=960778&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Tue Jul  6 04:23:09 2010
@@ -300,7 +300,7 @@
     </dependency>
 
     <dependency>
-      <groupId>stax</groupId>
+      <groupId>javax.xml.stream</groupId>
       <artifactId>stax-api</artifactId>
     </dependency>
     <dependency>