diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 14:07:10 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 14:07:10 +0200 |
commit | e1514d1a82f6e5f3224d0b4c299396cb65079018 (patch) | |
tree | 57e7d6d57c6f2f70fdb8d74b767c8c05157add2c /pom.xml | |
parent | a58a1295b0d1a0d052dd66edb3b1dc0ba69aee05 (diff) | |
download | sonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.tar.gz sonarqube-e1514d1a82f6e5f3224d0b4c299396cb65079018.zip |
Remove the dependency commons-logging
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |