Author: richard.opalka(a)jboss.com
Date: 2008-05-28 07:32:34 -0400 (Wed, 28 May 2008)
New Revision: 7188
Modified:
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
Log:
[JBWS-2167] update client classpath and uncomment tests
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-28 10:38:08 UTC (rev 7187)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-28 11:32:34 UTC (rev 7188)
@@ -82,6 +82,25 @@
<version>2.1.0.GA</version>
<scope>test</scope>
</dependency>
+ <!-- JAXR samples -->
+ <dependency>
+ <groupId>apache-scout</groupId>
+ <artifactId>scout</artifactId>
+ <version>0.7rc2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <version>0.9RC4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jaxr</groupId>
+ <artifactId>juddi-saaj</artifactId>
+ <version>1.2.0.GA</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Build -->
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-28 10:38:08
UTC (rev 7187)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-28 11:32:34
UTC (rev 7188)
@@ -23,9 +23,6 @@
# [JBAS-5115] Valid jboss-app.xml file not recognized correctly by jbossxb runtime
org/jboss/test/ws/jaxws/jbws1822/JBWS1822TestCase.*
-# [JBWS-2167] Fix samples jaxr for maven build
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
# [JBWS-2168] Fix samples bpel for maven build
org/jboss/test/ws/jaxrpc/samples/wsbpel/**
Show replies by date