Author: jim.ma
Date: 2013-04-21 22:30:07 -0400 (Sun, 21 Apr 2013)
New Revision: 17511
Modified:
projects/wsi-bp-test/trunk/pom.xml
Log:
Upgrade to wss4j-1.6.11-SNAPSHOT and exclude SignEncryptGCMTestCase
Modified: projects/wsi-bp-test/trunk/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/pom.xml 2013-04-18 13:55:57 UTC (rev 17510)
+++ projects/wsi-bp-test/trunk/pom.xml 2013-04-22 02:30:07 UTC (rev 17511)
@@ -65,9 +65,21 @@
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-server</artifactId>
<version>${jbossws.cxf.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ws.security</groupId>
+ <artifactId>wss4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
+ <groupId>org.apache.ws.security</groupId>
+ <artifactId>wss4j</artifactId>
+ <version>1.6.11-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-client</artifactId>
<version>${jbossws.cxf.version}</version>
@@ -590,6 +602,7 @@
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
<!--this broke the WSI-Analyzer-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/secconv/*TestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/SignEncryptGCMTestCase</exclude>
</excludes>
</configuration>
</plugin>
@@ -622,7 +635,8 @@
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
<!--this broke the WSI-Analyzer-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/secconv/*TestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/*TestCase*</exclude>
+ <!--this broke the alogrithm conformance in wsi-bsp-->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/SignEncryptGCMTestCase*</exclude>
</excludes>
</configuration>
</plugin>
Show replies by date