[richfaces-svn-commits] JBoss Rich Faces SVN: r19032 - in modules/tests/metamer/trunk/application: src/main/java/org/richfaces/tests/metamer/bean and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 31 07:23:40 EDT 2010


Author: ppitonak at redhat.com
Date: 2010-08-31 07:23:39 -0400 (Tue, 31 Aug 2010)
New Revision: 19032

Modified:
   modules/tests/metamer/trunk/application/pom.xml
   modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/VersionBean.java
Log:
* fixed dependencies on SLF4J


Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml	2010-08-31 00:06:13 UTC (rev 19031)
+++ modules/tests/metamer/trunk/application/pom.xml	2010-08-31 11:23:39 UTC (rev 19032)
@@ -72,12 +72,13 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-        </dependency><dependency>
+            <version>1.6.1</version>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-        </dependency><!-- Logging -->
-
-
+            <version>1.6.1</version>
+        </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>

Modified: modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/VersionBean.java
===================================================================
--- modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/VersionBean.java	2010-08-31 00:06:13 UTC (rev 19031)
+++ modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/VersionBean.java	2010-08-31 11:23:39 UTC (rev 19032)
@@ -28,7 +28,7 @@
 import javax.faces.bean.ManagedBean;
 
 import org.richfaces.log.RichfacesLogger;
-import org.slf4j.Logger;
+import org.richfaces.log.Logger;
 
 /**
  * Vendor and version information for project Metamer.



More information about the richfaces-svn-commits mailing list