You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/10/15 23:08:34 UTC

svn commit: r1398520 - /directory/apacheds/trunk/pom.xml

Author: elecharny
Date: Mon Oct 15 21:08:33 2012
New Revision: 1398520

URL: http://svn.apache.org/viewvc?rev=1398520&view=rev
Log:
removed the Derby anc commons-dbcp dependencies, they aren't usefull

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1398520&r1=1398519&r2=1398520&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Oct 15 21:08:33 2012
@@ -57,12 +57,10 @@
     <commons.cli.version>1.2</commons.cli.version>
     <commons.collections.version>3.2.1</commons.collections.version>
     <commons.daemon.version>1.0.10</commons.daemon.version>
-    <commons.dbcp.version>1.4</commons.dbcp.version>
     <commons.io.version>2.4</commons.io.version>
     <commons.lang.version>2.6</commons.lang.version>
     <commons.net.version>3.1</commons.net.version>
     <commons.pool.version>1.6</commons.pool.version>
-    <derby.version>10.9.1.0</derby.version>
     <dnsjava.version>2.1.1</dnsjava.version>
     <ehcache.version>2.4.4</ehcache.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
@@ -1043,12 +1041,6 @@
       </dependency>
 
       <dependency>
-        <groupId>commons-dbcp</groupId>
-        <artifactId>commons-dbcp</artifactId>
-        <version>${commons.dbcp.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
         <version>${commons.net.version}</version>
@@ -1127,12 +1119,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.derby</groupId>
-        <artifactId>derby</artifactId>
-        <version>${derby.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-api</artifactId>
         <version>${maven.plugin.api.version}</version>