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:43:38 UTC

svn commit: r370095 - /incubator/servicemix/trunk/servicemix-http/project.xml

Author: foconer
Date: Wed Jan 18 01:43:28 2006
New Revision: 370095

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

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

Modified: incubator/servicemix/trunk/servicemix-http/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.xml?rev=370095&r1=370094&r2=370095&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/project.xml Wed Jan 18 01:43:28 2006
@@ -256,7 +256,8 @@
         </properties>
       </dependency>
       <dependency>
-        <id>stax-utils</id>
+        <groupId>servicemix</groupId>
+        <artifactId>stax-utils</artifactId>
         <version>${stax_utils_version}</version>
         <properties>
           <scope>test</scope>