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: [email protected]
For additional commands, e-mail: [email protected]