You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/05/02 11:52:45 UTC

svn commit: r940187 - /myfaces/tobago/trunk/example/blank/pom.xml

Author: bommel
Date: Sun May  2 09:52:45 2010
New Revision: 940187

URL: http://svn.apache.org/viewvc?rev=940187&view=rev
Log:
(TOBAGO-576) Replace commons-logging with slf4j

Modified:
    myfaces/tobago/trunk/example/blank/pom.xml

Modified: myfaces/tobago/trunk/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/pom.xml?rev=940187&r1=940186&r2=940187&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/blank/pom.xml (original)
+++ myfaces/tobago/trunk/example/blank/pom.xml Sun May  2 09:52:45 2010
@@ -90,6 +90,10 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <exclusions>