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 2014/03/05 22:26:21 UTC

svn commit: r1574669 - /db/torque/torque4/trunk/torque-generator/pom.xml

Author: tfischer
Date: Wed Mar  5 21:26:20 2014
New Revision: 1574669

URL: http://svn.apache.org/r1574669
Log:
new xerces version
exclude xmlParserAPIs dependency

Modified:
    db/torque/torque4/trunk/torque-generator/pom.xml

Modified: db/torque/torque4/trunk/torque-generator/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=1574669&r1=1574668&r2=1574669&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/pom.xml (original)
+++ db/torque/torque4/trunk/torque-generator/pom.xml Wed Mar  5 21:26:20 2014
@@ -102,7 +102,7 @@
       -->
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.9.1</version>
+      <version>2.10.0</version>
       <exclusions>
         <exclusion>
           <groupId>xml-apis</groupId>
@@ -122,6 +122,12 @@
       <artifactId>junit-addons</artifactId>
       <version>1.4</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xmlParserAPIs</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>



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