You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/03/25 15:56:34 UTC

svn commit: r1085417 - /myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml

Author: lofwyr
Date: Fri Mar 25 14:56:34 2011
New Revision: 1085417

URL: http://svn.apache.org/viewvc?rev=1085417&view=rev
Log:
fix logging for spring dependencies

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=1085417&r1=1085416&r2=1085417&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Fri Mar 25 14:56:34 2011
@@ -51,6 +51,18 @@
           </userRealms>
         </configuration>
         <dependencies>
+          <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <version>1.6.1</version>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.6.1</version>
+            <type>jar</type>
+          </dependency>
         <!--dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-jcl</artifactId>