Author: coheigea
Date: Thu Jan 6 15:48:01 2011
New Revision: 1055917
URL: http://svn.apache.org/viewvc?rev=1055917&view=rev
Log:
Commenting out slf4j dependency (temporarily) as we're now getting it via WSS4J.
Modified:
cxf/branches/wss4j-1.6-port/systests/ws-specs/pom.xml
Modified: cxf/branches/wss4j-1.6-port/systests/ws-specs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/wss4j-1.6-port/systests/ws-specs/pom.xml?rev=1055917&r1=1055916&r2=1055917&view=diff
==============================================================================
--- cxf/branches/wss4j-1.6-port/systests/ws-specs/pom.xml (original)
+++ cxf/branches/wss4j-1.6-port/systests/ws-specs/pom.xml Thu Jan 6 15:48:01
2011
@@ -136,11 +136,13 @@
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${project.version}</version>
</dependency>
+ <!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>test</scope>
</dependency>
+ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>