You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/18 10:44:03 UTC

svn commit: r370096 - /incubator/servicemix/trunk/servicemix-soap/project.xml

Author: foconer
Date: Wed Jan 18 01:43:52 2006
New Revision: 370096

URL: http://svn.apache.org/viewcvs?rev=370096&view=rev
Log:
Updated dependency stax-util.

Modified:
    incubator/servicemix/trunk/servicemix-soap/project.xml

Modified: incubator/servicemix/trunk/servicemix-soap/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-soap/project.xml?rev=370096&r1=370095&r2=370096&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-soap/project.xml Wed Jan 18 01:43:52 2006
@@ -102,7 +102,7 @@
       <version>${woodstox_version}</version>
     </dependency>
     <dependency>
-      <groupId>stax-utils</groupId>
+      <groupId>servicemix</groupId>
       <artifactId>stax-utils</artifactId>
       <version>${stax_utils_version}</version>
     </dependency>