From a5672e2d5f42da55c6bfe56ee0c838f5d6e3070f Mon Sep 17 00:00:00 2001 From: Simon Brandhof <simon.brandhof@sonarsource.com> Date: Mon, 16 Oct 2017 14:36:09 +0200 Subject: Remove unused dependency on commons-beanutils --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ac41bac4e4e..ef595578bb8 100644 --- a/pom.xml +++ b/pom.xml @@ -791,18 +791,6 @@ <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency> - <dependency> - <!-- See SONAR-2512 --> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.8.3</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> -- cgit v1.2.3