You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/01/14 10:42:45 UTC

svn commit: r1058915 - /wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml

Author: mgrigorov
Date: Fri Jan 14 09:42:45 2011
New Revision: 1058915

URL: http://svn.apache.org/viewvc?rev=1058915&view=rev
Log:
WICKET-3329 Quickstart project should depend on slf4j 1.6.1

Upgrade the dependency of slf4j-log4j to 1.6.1 to be in sync with slf4j-api.

Modified:
    wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1058915&r1=1058914&r2=1058915&view=diff
==============================================================================
--- wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml Fri Jan 14 09:42:45 2011
@@ -36,7 +36,7 @@
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.5.8</version>
+			<version>1.6.1</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>