You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by sa...@apache.org on 2009/09/20 15:55:49 UTC

svn commit: r817031 - /webservices/woden/trunk/java/pom.xml

Author: sagara
Date: Sun Sep 20 13:55:49 2009
New Revision: 817031

URL: http://svn.apache.org/viewvc?rev=817031&view=rev
Log:
fixed WODEN-152 - Woden shouldn't be dependent on Xerces

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=817031&r1=817030&r2=817031&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Sep 20 13:55:49 2009
@@ -117,8 +117,9 @@
 	<!--
     <dependency>
       <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <artifactId>xmlParserAPIs</artifactId>
+      <version>2.6.0</version>
+	  <scope>test</scope>
     </dependency>
 	-->
     <dependency>
@@ -156,12 +157,13 @@
       <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
-	 <dependency>
+    <dependency>
       <groupId>xerces</groupId>
-      <artifactId>xmlParserAPIs</artifactId>
-      <version>2.6.0</version>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.8.1</version>
 	  <scope>test</scope>
-    </dependency>
+	 </dependency>
+	
   </dependencies>
   <build>
       <plugins>



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