You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2009/02/22 03:53:26 UTC

svn commit: r746623 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Author: jochen
Date: Sun Feb 22 02:53:25 2009
New Revision: 746623

URL: http://svn.apache.org/viewvc?rev=746623&view=rev
Log:
Adding Xerces to the plugins classpath. Within Eclipse (or possibly, within M2Eclipse) the system is configured to use Xerces as an XML parser, but no Xerces is available in the classpath.

Modified:
    webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=746623&r1=746622&r2=746623&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Sun Feb 22 02:53:25 2009
@@ -160,6 +160,11 @@
       <version>1.0-beta-1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+    	<groupId>xerces</groupId>
+    	<artifactId>xercesImpl</artifactId>
+    	<version>2.8.1</version>
+    </dependency>
   </dependencies>
 
   <reporting>



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