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>