Author: abelevich
Date: 2009-07-14 14:03:37 -0400 (Tue, 14 Jul 2009)
New Revision: 14924
Modified:
root/examples/trunk/pom.xml
Log:
add SLF4J binding for the simple logger implementation dependency
Modified: root/examples/trunk/pom.xml
===================================================================
--- root/examples/trunk/pom.xml 2009-07-14 18:01:27 UTC (rev 14923)
+++ root/examples/trunk/pom.xml 2009-07-14 18:03:37 UTC (rev 14924)
@@ -18,6 +18,13 @@
<version>4.0.0-SNAPSHOT</version>
</dependency>
+ <!-- simple logger binding: only messages of level INFO and higher are
printed-->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version >1.5.8</version>
+ </dependency>
+
<!-- TODO: uncomment when assembly will be ready -->
<!--dependency>
<groupId>org.richfaces.ui</groupId>
Show replies by date