You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by jf...@apache.org on 2008/11/27 02:04:48 UTC

svn commit: r721056 - /webservices/juddi/branches/v3_trunk/juddi-web/pom.xml

Author: jfaath
Date: Wed Nov 26 17:04:48 2008
New Revision: 721056

URL: http://svn.apache.org/viewvc?rev=721056&view=rev
Log:
Fixed faulty reference

Modified:
    webservices/juddi/branches/v3_trunk/juddi-web/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-web/pom.xml?rev=721056&r1=721055&r2=721056&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-web/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-web/pom.xml Wed Nov 26 17:04:48 2008
@@ -81,8 +81,8 @@
         </dependency>
         <dependency>
             <groupId>woodstox</groupId>
-            <artifactId>wstx</artifactId>
-            <version>asl-3.2.4</version>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.7</version>
         </dependency>
         <dependency>
             <groupId>stax</groupId>



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