Author: jdonnerstag
Date: Wed Oct  7 18:57:51 2009
New Revision: 822852

URL: http://svn.apache.org/viewvc?rev=822852&view=rev
Log:
WICKET-2511 slf4j version updated

Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=822852&r1=822851&r2=822852&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Wed Oct  7 18:57:51 2009
@@ -329,12 +329,12 @@
                        <dependency>
                                <groupId>org.slf4j</groupId>
                                <artifactId>slf4j-api</artifactId>
-                               <version>1.4.2</version>
+                               <version>1.5.8</version>
                        </dependency>
                        <dependency>
                                <groupId>org.slf4j</groupId>
                                <artifactId>slf4j-log4j12</artifactId>
-                               <version>1.4.2</version>
+                               <version>1.5.8</version>
                        </dependency>
                        <dependency>
                                <groupId>log4j</groupId>


Reply via email to