You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/04/04 18:21:21 UTC

svn commit: r644756 - /incubator/tuscany/java/sca/tools/java2wsdl/pom.xml

Author: rfeng
Date: Fri Apr  4 09:21:03 2008
New Revision: 644756

URL: http://svn.apache.org/viewvc?rev=644756&view=rev
Log:
Fix the group id for woodstox to avoid duplicate wstx-asl-3.2.1 jars

Modified:
    incubator/tuscany/java/sca/tools/java2wsdl/pom.xml

Modified: incubator/tuscany/java/sca/tools/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/java2wsdl/pom.xml?rev=644756&r1=644755&r2=644756&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/java2wsdl/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/java2wsdl/pom.xml Fri Apr  4 09:21:03 2008
@@ -160,7 +160,7 @@
         </dependency>
 
         <dependency>
-            <groupId>woodstox</groupId>
+            <groupId>org.codehaus.woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
             <version>3.2.1</version>
             <scope>runtime</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org