aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-16 14:36:09 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-16 16:03:57 +0200
commita5672e2d5f42da55c6bfe56ee0c838f5d6e3070f (patch)
tree750503dbab096b7c69916f89709c53ce3aefeaa0 /pom.xml
parent5a3b71433f7f9b6a93f34de9ba0ea0941072020a (diff)
downloadsonarqube-a5672e2d5f42da55c6bfe56ee0c838f5d6e3070f.tar.gz
sonarqube-a5672e2d5f42da55c6bfe56ee0c838f5d6e3070f.zip
Remove unused dependency on commons-beanutils
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index ac41bac4e4e..ef595578bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,18 +792,6 @@
<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>
<!-- animal-sniffer doesn't work with 2.6.1 -->