You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2015/02/23 11:21:13 UTC

[2/3] archiva git commit: remove not used dependency

remove not used dependency


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/94a2584e
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/94a2584e
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/94a2584e

Branch: refs/heads/master
Commit: 94a2584ea1effa113376999fd3a00fbf31eda011
Parents: ddad90d
Author: Olivier Lamy <ol...@apache.org>
Authored: Mon Feb 23 21:18:47 2015 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Mon Feb 23 21:18:47 2015 +1100

----------------------------------------------------------------------
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/94a2584e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7cb220b..4058d4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,6 @@
     <commons-fileupload.version>1.2.2</commons-fileupload.version>
     <commons-io.version>2.4</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
-    <commons-pool.version>1.6</commons-pool.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
 
     <maven3x.version>3.0.5</maven3x.version>
@@ -686,12 +685,6 @@
         <version>${commons-lang.version}</version>
       </dependency>
       <dependency>
-        <groupId>commons-pool</groupId>
-        <artifactId>commons-pool</artifactId>
-        <version>${commons-pool.version}</version>
-        <scope>runtime</scope>
-      </dependency>
-      <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-jdbc</artifactId>
         <version>${tomcat7Version}</version>