]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused dependency on commons-beanutils
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Oct 2017 12:36:09 +0000 (14:36 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Oct 2017 14:03:57 +0000 (16:03 +0200)
pom.xml
server/sonar-server/pom.xml
sonar-scanner-engine/pom.xml

diff --git a/pom.xml b/pom.xml
index ac41bac4e4e3d2fb800580706d260c551d31fb19..ef595578bb8a0dae7912c2c0d91dcf338ec7f437 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>
index 708e222d1a8bdca68e47b7ccd7a6bb0b19fcc31a..6cdc11692a71b6ca5faa8048911042c1b9e32459 100644 (file)
       <groupId>org.sonarsource.update-center</groupId>
       <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>
index d079a7036e5a5816d7bccb12fb9691280843d74c..e4c0c67266c16446b64ce4b8e364f544ee45adbc 100644 (file)
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>