Tagging 1.4 RC2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbcp/tags/DBCP_1_4_RC2@892961 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4896e4a..e098ef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>