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 <[email protected]> Authored: Wed Jul 18 10:46:29 2018 +0700 Committer: Matthieu Baechler <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
