You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/04/28 14:01:26 UTC

svn commit: r1476757 - /archiva/trunk/pom.xml

Author: olamy
Date: Sun Apr 28 12:01:25 2013
New Revision: 1476757

URL: http://svn.apache.org/r1476757
Log:
add org.sonatype.sisu:sisu-guava in enforcer exclude

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1476757&r1=1476756&r2=1476757&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sun Apr 28 12:01:25 2013
@@ -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>