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:34:11 UTC

svn commit: r545921 - /incubator/wicket/trunk/pom.xml

Author: almaw
Date: Sun Jun 10 12:34:11 2007
New Revision: 545921

URL: http://svn.apache.org/viewvc?view=rev&rev=545921
Log:
Correct slf4j deps

Modified:
    incubator/wicket/trunk/pom.xml

Modified: incubator/wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=545921&r1=545920&r2=545921
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Sun Jun 10 12:34:11 2007
@@ -380,11 +380,17 @@
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
+			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
+			<scope>test</scope>
 		</dependency>
 	</dependencies>
 	<build>