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 2015/03/24 13:02:43 UTC

directory-fortress-core git commit: Removed some useless dependencies

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 74e90e1a8 -> 5ebefc138


Removed some useless dependencies


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/5ebefc13
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/5ebefc13
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/5ebefc13

Branch: refs/heads/master
Commit: 5ebefc138c22cb7739fd3234a7509de59adbc373
Parents: 74e90e1
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Tue Mar 24 13:02:32 2015 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Tue Mar 24 13:02:32 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/5ebefc13/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 840b101..c561648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,9 +95,7 @@
     <version.commons.io>2.4</version.commons.io>
     <version.commons.lang>2.6</version.commons.lang>
     <version.commons.logging>1.1.1</version.commons.logging>
-    <version.commons.math3>3.4.1</version.commons.math3>
     <version.commons.pool>1.6</version.commons.pool>
-    <version.commons.pool2>2.3</version.commons.pool2>
     <version.cxf.common.utilities>2.5.11</version.cxf.common.utilities>
     <version.dom4j>1.6.1</version.dom4j>
     <version.ehcache.core>2.6.10</version.ehcache.core>
@@ -157,12 +155,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-math3</artifactId>
-      <version>${version.commons.math3}</version>
-    </dependency>
-
-    <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
       <version>${version.commons.configuration}</version>
@@ -193,12 +185,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-pool2</artifactId>
-      <version>${version.commons.pool2}</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-common-utilities</artifactId>
       <version>${version.cxf.common.utilities}</version>