Author: richard.opalka(a)jboss.com
Date: 2009-02-18 03:54:56 -0500 (Wed, 18 Feb 2009)
New Revision: 9318
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2530] implementing another required ugly fix because of hudson regression, see
http://jbossws.jboss.org:8180/hudson/job/Native-Core-AS-6.0.0/48/testReport/
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2009-02-18 07:13:18 UTC (rev 9317)
+++ stack/native/trunk/modules/testsuite/pom.xml 2009-02-18 08:54:56 UTC (rev 9318)
@@ -41,6 +41,10 @@
<artifactId>jbossws-framework</artifactId>
</dependency>
<dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-client</artifactId>
<version>${version}</version>