You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2010/12/22 02:47:04 UTC

svn commit: r1051731 - /wicket/trunk/pom.xml

Author: pete
Date: Wed Dec 22 01:47:03 2010
New Revision: 1051731

URL: http://svn.apache.org/viewvc?rev=1051731&view=rev
Log:
always redirect commons-logging to slf4j which is our preferred logging framework

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1051731&r1=1051730&r2=1051731&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Dec 22 01:47:03 2010
@@ -503,6 +503,11 @@
 			<artifactId>slf4j-log4j12</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>jcl-over-slf4j</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 	<build>
 		<extensions>