[jbossws-commits] JBossWS SVN: r14472 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 6 06:32:11 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-06-06 06:32:10 -0400 (Mon, 06 Jun 2011)
New Revision: 14472

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2941] Adding exclusions to remov log depndency clashes


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-06 08:50:54 UTC (rev 14471)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-06 10:32:10 UTC (rev 14472)
@@ -116,6 +116,16 @@
       <groupId>org.littleshoot</groupId>
       <artifactId>littleproxy</artifactId>
       <version>0.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 



More information about the jbossws-commits mailing list