Author: richard.opalka(a)jboss.com
Date: 2011-02-14 08:38:53 -0500 (Mon, 14 Feb 2011)
New Revision: 13740
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
Log:
exclude logging for picketbox
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2011-02-14 10:35:59 UTC (rev
13739)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2011-02-14 13:38:53 UTC (rev
13740)
@@ -24,6 +24,12 @@
<groupId>org.picketbox</groupId>
<artifactId>picketbox-bare</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Show replies by date