Author: ivaynberg
Date: Wed Aug 17 22:54:20 2011
New Revision: 1158961
URL: http://svn.apache.org/viewvc?rev=1158961&view=rev
Log:
add slf4j-ext into dependency management
Modified:
wicket/trunk/pom.xml
Modified: wicket/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1158961&r1=1158960&r2=1158961&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Aug 17 22:54:20 2011
@@ -386,6 +386,11 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
+ <artifactId>slf4j-ext</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
</dependency>