JAMES-2472 Remove unused commons-beanutils
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/d8d20afd Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/d8d20afd Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/d8d20afd Branch: refs/heads/master Commit: d8d20afd7a4f757954b428fe39d1bfec336d1ba1 Parents: 88656ad Author: benwa <[email protected]> Authored: Wed Jul 18 10:51:33 2018 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Fri Jul 20 10:03:53 2018 +0200 ---------------------------------------------------------------------- pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/d8d20afd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5f642c8..dc4c02d 100644 --- a/pom.xml +++ b/pom.xml @@ -609,7 +609,6 @@ <commons-configuration.version>1.9</commons-configuration.version> <commons-dbcp.version>1.4</commons-dbcp.version> <commons-net.version>3.6</commons-net.version> - <commons-beanutils-core.version>1.8.3</commons-beanutils-core.version> <commons-io.version>2.6</commons-io.version> <commons-logging.version>1.1.1</commons-logging.version> @@ -1736,11 +1735,6 @@ <version>${qdox.version}</version> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils-core</artifactId> - <version>${commons-beanutils-core.version}</version> - </dependency> - <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>${commons-cli.version}</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
