You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/08/21 16:46:16 UTC

svn commit: r568150 - /wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml

Author: jbq
Date: Tue Aug 21 07:46:16 2007
New Revision: 568150

URL: http://svn.apache.org/viewvc?rev=568150&view=rev
Log:
Fix WICKET-856 add dependency slf4j-log4j12 to wicket-quickstart

Modified:
    wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml

Modified: wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml?rev=568150&r1=568149&r2=568150&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-quickstart/pom.xml Tue Aug 21 07:46:16 2007
@@ -54,6 +54,10 @@
 			<groupId>org.mortbay.jetty</groupId>
 			<artifactId>jetty-management</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-log4j12</artifactId>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>