You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2006/03/12 04:25:35 UTC

svn commit: r385239 - /jakarta/commons/proper/dbcp/trunk/project.xml

Author: psteitz
Date: Sat Mar 11 19:25:34 2006
New Revision: 385239

URL: http://svn.apache.org/viewcvs?rev=385239&view=rev
Log:
Eliminated obsolete dependencies (maven now requires 1.4).

Modified:
    jakarta/commons/proper/dbcp/trunk/project.xml

Modified: jakarta/commons/proper/dbcp/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/dbcp/trunk/project.xml?rev=385239&r1=385238&r2=385239&view=diff
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/project.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/project.xml Sat Mar 11 19:25:34 2006
@@ -185,19 +185,6 @@
       <version>1.2</version>
     </dependency>
 
-    <!-- Note JDBC 2.0 is a pain, because it must be manually
-         downloaded to your Maven repository, and it's not even
-         required on JDK 1.4.  Maybe we should remove it from
-         this dependency list so Maven doesn't choke?
-    -->
-   
-    <dependency>
-      <groupId>javax.sql</groupId>
-      <artifactId>jdbc-stdext</artifactId>
-      <version>2.0</version>
-    </dependency>
-   
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -207,19 +194,6 @@
       </properties>
     </dependency>
 
-    <!-- these two are required by maven -->
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-    <!-- actually dbcp's tests need this too -->
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-    <!-- /these two are required by maven -->
     
     <!-- tomcat naming jars for jndi reference tests -->
     <dependency>



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