You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2006/08/20 00:04:52 UTC

svn commit: r432887 - /webservices/commons/trunk/modules/neethi/pom.xml

Author: dims
Date: Sat Aug 19 15:04:51 2006
New Revision: 432887

URL: http://svn.apache.org/viewvc?rev=432887&view=rev
Log:
get tests to pass by adding the stax impl"

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=432887&r1=432886&r2=432887&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Sat Aug 19 15:04:51 2006
@@ -248,6 +248,11 @@
       <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <version>2.9.3</version>
+    </dependency>
   </dependencies>
   <reporting>
     <plugins>



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