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

Reply via email to