aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-04-28 12:01:25 +0000
committerOlivier Lamy <olamy@apache.org>2013-04-28 12:01:25 +0000
commita2cb33f92ef5a6a07fe1558ae314f7ecb97ea59e (patch)
treee0874a3305a2d3a183285c56dd351e175efaf3a4 /pom.xml
parent5c20f967095e6a0fc85dfddf02985deba136c922 (diff)
downloadarchiva-a2cb33f92ef5a6a07fe1558ae314f7ecb97ea59e.tar.gz
archiva-a2cb33f92ef5a6a07fe1558ae314f7ecb97ea59e.zip
add org.sonatype.sisu:sisu-guava in enforcer exclude
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1476757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 57efb10ad..cebb9aa85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1537,11 +1537,13 @@
<exclude>commons-logging:commons-logging-api</exclude>
<exclude>log4j:log4j</exclude>
+
+ <exclude>org.sonatype.sisu:sisu-guava</exclude>
+
<!--
<exclude>org.slf4j:jcl-over-slf4j</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>
-->
- <!-- TODO org.sonatype.sisu:sisu-guava -->
</excludes>
</bannedDependencies>