[weld-commits] Weld SVN: r5675 - examples/trunk/jsf/permalink.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jan 30 08:26:06 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-30 08:26:06 -0500 (Sat, 30 Jan 2010)
New Revision: 5675

Modified:
   examples/trunk/jsf/permalink/pom.xml
Log:
remove dependency on slf4j directly, not needed for defined targets.

Modified: examples/trunk/jsf/permalink/pom.xml
===================================================================
--- examples/trunk/jsf/permalink/pom.xml	2010-01-30 12:17:09 UTC (rev 5674)
+++ examples/trunk/jsf/permalink/pom.xml	2010-01-30 13:26:06 UTC (rev 5675)
@@ -254,12 +254,6 @@
             </dependency>
 
             <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-jdk14</artifactId>
-               <scope>runtime</scope>
-            </dependency>
-
-            <dependency>
                <groupId>org.jboss.weld.servlet</groupId>
                <artifactId>weld-servlet</artifactId>
                <scope>runtime</scope>



More information about the weld-commits mailing list