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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jul 19 23:09:55 EDT 2010


Author: dan.j.allen
Date: 2010-07-19 23:09:54 -0400 (Mon, 19 Jul 2010)
New Revision: 6731

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
switch to jdk14 slf4j logging bridge


Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2010-07-19 15:07:37 UTC (rev 6730)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2010-07-20 03:09:54 UTC (rev 6731)
@@ -98,7 +98,7 @@
       <!-- Remove if server provides slf4j; JBoss AS provides it; GlassFish provides it if you have the Hibernate JPA provider installed -->
       <dependency>
          <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-simple</artifactId>
+         <artifactId>slf4j-jdk14</artifactId>
          <version>1.5.10</version>
          <scope>runtime</scope>
       </dependency>



More information about the weld-commits mailing list