Author: richard.opalka(a)jboss.com
Date: 2009-10-21 05:35:28 -0400 (Wed, 21 Oct 2009)
New Revision: 10972
Modified:
stack/cxf/trunk/pom.xml
Log:
fixing hudson regresssion CXF against AS trunk - PS: I'll never like maven
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-10-21 08:26:44 UTC (rev 10971)
+++ stack/cxf/trunk/pom.xml 2009-10-21 09:35:28 UTC (rev 10972)
@@ -244,6 +244,12 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${cxf.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Show replies by date