[weld-commits] Weld SVN: r4650 - extensions/trunk/se.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 4 09:06:22 EST 2009


Author: peteroyle
Date: 2009-11-04 09:06:22 -0500 (Wed, 04 Nov 2009)
New Revision: 4650

Modified:
   extensions/trunk/se/pom.xml
Log:
using slf4j simple logger

Modified: extensions/trunk/se/pom.xml
===================================================================
--- extensions/trunk/se/pom.xml	2009-11-04 13:45:29 UTC (rev 4649)
+++ extensions/trunk/se/pom.xml	2009-11-04 14:06:22 UTC (rev 4650)
@@ -78,9 +78,8 @@
          <artifactId>jsr250-api</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.slf4j</groupId>
-         <artifactId>slf4j-jboss-logging</artifactId>
-         <version>1.0.2.GA</version>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
       </dependency>
    </dependencies>
 



More information about the weld-commits mailing list