Author: ate
Date: Wed Jan 28 09:55:56 2009
New Revision: 738427

URL: http://svn.apache.org/viewvc?rev=738427&view=rev
Log:
Rolling back explicit slf4j deps as they are now again provided by the wicket 
root pom.xml

Modified:
    wicket/trunk/wicket-examples/pom.xml

Modified: wicket/trunk/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=738427&r1=738426&r2=738427&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Wed Jan 28 09:55:56 2009
@@ -96,21 +96,10 @@
                        <groupId>org.mortbay.jetty</groupId>
                        <artifactId>jetty-management</artifactId>
                </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>compile</scope>
-        </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-log4j12</artifactId>
-            <scope>compile</scope>
                </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <scope>compile</scope>
-      </dependency>
                <dependency>
                        <groupId>javax.portlet</groupId>
                        <artifactId>portlet-api</artifactId>


Reply via email to