aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 14:07:10 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 14:07:10 +0200
commite1514d1a82f6e5f3224d0b4c299396cb65079018 (patch)
tree57e7d6d57c6f2f70fdb8d74b767c8c05157add2c /pom.xml
parenta58a1295b0d1a0d052dd66edb3b1dc0ba69aee05 (diff)
downloadsonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.tar.gz
sonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.zip
Remove the dependency commons-logging
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f236be99087..101d01f31c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1054,6 +1054,12 @@
<groupId>com.akiban</groupId>
<artifactId>akiban-persistit</artifactId>
<version>3.2.7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.github.kevinsawicki</groupId>