Author: tfischer
Date: Tue Oct 19 19:14:58 2010
New Revision: 1024364
URL: http://svn.apache.org/viewvc?rev=1024364&view=rev
Log:
add explicit xerces dependency
Modified:
db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml
Modified: db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml?rev=1024364&r1=1024363&r2=1024364&view=diff
==============================================================================
--- db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml Tue Oct 19
19:14:58 2010
@@ -55,6 +55,16 @@
<artifactId>maven-project</artifactId>
<version>2.0.10</version>
</dependency>
+ <dependency>
+ <!--
+ We do not depend on any xerces features. However, the standard
+ xml parser packaged in java is sometimes buggy (e.g.1.6.0_20 on
windows)
+ so better explicitly use a working parser
+ -->
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]