Author: richard.opalka(a)jboss.com
Date: 2008-04-30 11:43:43 -0400 (Wed, 30 Apr 2008)
New Revision: 6790
Modified:
stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
stack/metro/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2097] wsit runtime must be on client classpath
Modified: stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-04-30 15:42:28 UTC (rev
6789)
+++ stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-04-30 15:43:43 UTC (rev
6790)
@@ -54,9 +54,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes>
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsrm/**</exclude>
-
<!-- [JBWS-2158] Metro doesn't read keystore/trustore provided in
the client and server jars -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/**</exclude>
@@ -83,9 +80,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes>
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsrm/**</exclude>
-
<!-- [JBWS-2158] Metro doesn't read keystore/trustore provided in
the client and server jars -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/**</exclude>
@@ -112,9 +106,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes>
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsrm/**</exclude>
-
<!-- [JBWS-2158] Metro doesn't read keystore/trustore provided in
the client and server jars -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/**</exclude>
@@ -141,9 +132,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes>
- <!-- [JBWS-2097] Unlock WS-ReliableMessaging in all stacks -->
- <exclude>org/jboss/test/ws/jaxws/samples/wsrm/**</exclude>
-
<!-- [JBWS-2158] Metro doesn't read keystore/trustore provided in
the client and server jars -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/**</exclude>
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-04-30 15:42:28 UTC (rev 6789)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-04-30 15:43:43 UTC (rev 6790)
@@ -64,6 +64,11 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.wsit</groupId>
+ <artifactId>wsit-rt</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Build -->
Show replies by date