You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2018/07/20 08:05:10 UTC

[09/19] james-project git commit: JAMES-2472 Remove commons-pool from dependency management

JAMES-2472 Remove commons-pool from dependency management


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/88656adc
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/88656adc
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/88656adc

Branch: refs/heads/master
Commit: 88656adc482e7dbdcf7b1ec6d9721e22677c6b03
Parents: 1c9b5b4
Author: benwa <bt...@linagora.com>
Authored: Wed Jul 18 10:46:29 2018 +0700
Committer: Matthieu Baechler <ma...@apache.org>
Committed: Fri Jul 20 10:03:53 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/james-project/blob/88656adc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbcd856..5f642c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -606,7 +606,6 @@
         <commons-daemon.version>1.1.0</commons-daemon.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-cli.version>1.4</commons-cli.version>
-        <commons-pool.version>1.6</commons-pool.version>
         <commons-configuration.version>1.9</commons-configuration.version>
         <commons-dbcp.version>1.4</commons-dbcp.version>
         <commons-net.version>3.6</commons-net.version>
@@ -1827,25 +1826,6 @@
                 <version>${commons-net.version}</version>
             </dependency>
             <dependency>
-                <groupId>commons-pool</groupId>
-                <artifactId>commons-pool</artifactId>
-                <version>${commons-pool.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xercesImpl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xerces</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xml-apis</groupId>
-                        <artifactId>xml-apis</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
                 <groupId>concurrent</groupId>
                 <artifactId>concurrent</artifactId>
                 <version>${concurrent.version}</version>


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