Can we fix the commons-logging thing too? I.E. in dependency management force commons-logging 1.0.4, though not specify it? And possibly excluding it from the spring dependency?
I don't like to fix the world, but this forces us to ship logkit, avalon and other stuff I don't want to support. Martijn On 6/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: almaw Date: Sun Jun 10 12:42:30 2007 New Revision: 545923 URL: http://svn.apache.org/viewvc?view=rev&rev=545923 Log: Don't bother bringing in transitive log4j dep Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml incubator/wicket/trunk/pom.xml incubator/wicket/trunk/testing/wicket-threadtest/pom.xml Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml?view=diff&rev=545923&r1=545922&r2=545923 ============================================================================== --- incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml (original) +++ incubator/wicket/trunk/jdk-1.5/wicket-examples/pom.xml Sun Jun 10 12:42:30 2007 @@ -95,10 +95,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> </dependencies> <build> <plugins> Modified: incubator/wicket/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=545923&r1=545922&r2=545923 ============================================================================== --- incubator/wicket/trunk/pom.xml (original) +++ incubator/wicket/trunk/pom.xml Sun Jun 10 12:42:30 2007 @@ -387,11 +387,6 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> <extensions> Modified: incubator/wicket/trunk/testing/wicket-threadtest/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/testing/wicket-threadtest/pom.xml?view=diff&rev=545923&r1=545922&r2=545923 ============================================================================== --- incubator/wicket/trunk/testing/wicket-threadtest/pom.xml (original) +++ incubator/wicket/trunk/testing/wicket-threadtest/pom.xml Sun Jun 10 12:42:30 2007 @@ -78,5 +78,10 @@ <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> </dependencies> </project>
-- Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.6 contains a very important fix. Download Wicket now! http://wicketframework.org