Revision: 926
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=926&view=rev
Author: henryju
Date: 2011-09-23 15:05:27 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
Remove duplicate slf4j implementation.
Modified Paths:
--------------
trunk/jwebunit-webdriver-plugin/pom.xml
Modified: trunk/jwebunit-webdriver-plugin/pom.xml
===================================================================
--- trunk/jwebunit-webdriver-plugin/pom.xml 2011-09-23 15:03:33 UTC (rev 925)
+++ trunk/jwebunit-webdriver-plugin/pom.xml 2011-09-23 15:05:27 UTC (rev 926)
@@ -81,6 +81,10 @@
<artifactId>org.apache.commons</artifactId>
<groupId>commons-io</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>slf4j-jdk14</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|