You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/10/19 21:14:59 UTC

svn commit: r1024364 - /db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org