aboutsummaryrefslogtreecommitdiffstats
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
parent5a3b71433f7f9b6a93f34de9ba0ea0941072020a (diff)
downloadsonarqube-a5672e2d5f42da55c6bfe56ee0c838f5d6e3070f.tar.gz
sonarqube-a5672e2d5f42da55c6bfe56ee0c838f5d6e3070f.zip
Remove unused dependency on commons-beanutils
-rw-r--r--pom.xml12
-rw-r--r--server/sonar-server/pom.xml4
-rw-r--r--sonar-scanner-engine/pom.xml4
3 files changed, 0 insertions, 20 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 -->
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 708e222d1a8..6cdc11692a7 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -128,10 +128,6 @@
<artifactId>sonar-update-center-common</artifactId>
</dependency>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
- <dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
</dependency>
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index d079a7036e5..e4c0c67266c 100644
--- a/sonar-scanner-engine/pom.xml
+++ b/sonar-scanner-engine/pom.xml
@@ -16,10 +16,6 @@
<dependencies>
<dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
- <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>provided</scope>