You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/06/10 21:38:56 UTC

svn commit: r545922 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml

Author: almaw
Date: Sun Jun 10 12:38:55 2007
New Revision: 545922

URL: http://svn.apache.org/viewvc?view=rev&rev=545922
Log:
Necessary logging bindings

Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml?view=diff&rev=545922&r1=545921&r2=545922
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml Sun Jun 10 12:38:55 2007
@@ -91,6 +91,14 @@
 			<groupId>org.mortbay.jetty</groupId>
 			<artifactId>jetty-management</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-log4j12</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>