Author: dkulp
Date: Fri Mar 8 15:39:23 2013
New Revision: 1454429
URL: http://svn.apache.org/r1454429
Log:
Put slf4j-jdk14 in front of classpath so it's picked up instead of the log4j
version that wss4j may pull in
Modified:
cxf/branches/wss4j2.0-port/systests/ws-security/pom.xml
Modified: cxf/branches/wss4j2.0-port/systests/ws-security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/wss4j2.0-port/systests/ws-security/pom.xml?rev=1454429&r1=1454428&r2=1454429&view=diff
==============================================================================
--- cxf/branches/wss4j2.0-port/systests/ws-security/pom.xml (original)
+++ cxf/branches/wss4j2.0-port/systests/ws-security/pom.xml Fri Mar 8 15:39:23
2013
@@ -99,6 +99,11 @@
</build>
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>${project.version}</version>
@@ -148,11 +153,6 @@
<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>
<version>${project.version}</version>