You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/12/21 05:15:01 UTC

svn commit: r892683 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Mon Dec 21 04:15:00 2009
New Revision: 892683

URL: http://svn.apache.org/viewvc?rev=892683&view=rev
Log:
Restored the xerces dependency required by JOCL test.

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=892683&r1=892682&r2=892683&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Mon Dec 21 04:15:00 2009
@@ -197,6 +197,20 @@
        <version>1.2-beta</version>
        <scope>test</scope>
     </dependency>
+    
+    <!-- required by TestJOCLed -->
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.4.0</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <properties>