Author: dan.j.allen
Date: 2010-07-19 23:11:09 -0400 (Mon, 19 Jul 2010)
New Revision: 6732
Modified:
archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml
Log:
switch to jdk14 slf4j logging bridge
Modified:
archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml 2010-07-20
03:09:54 UTC (rev 6731)
+++
archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml 2010-07-20
03:11:09 UTC (rev 6732)
@@ -94,7 +94,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>
Show replies by date