[weld-commits] Weld SVN: r7236 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Apr 24 17:24:40 EDT 2011


Author: dan.j.allen
Date: 2011-04-24 17:24:40 -0400 (Sun, 24 Apr 2011)
New Revision: 7236

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
exclude slf4j-api


Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2011-04-24 21:24:20 UTC (rev 7235)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2011-04-24 21:24:40 UTC (rev 7236)
@@ -92,6 +92,12 @@
             <artifactId>hibernate-validator</artifactId>
             <version>4.1.0.Final</version>
             <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Needed for running tests (you may also use TestNG) -->



More information about the weld-commits mailing list