[jbossws-commits] JBossWS SVN: r16064 - stack/native/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 29 02:03:47 EDT 2012


Author: ropalka
Date: 2012-03-29 02:03:47 -0400 (Thu, 29 Mar 2012)
New Revision: 16064

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3474] fixing native test suite

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-03-29 05:40:26 UTC (rev 16063)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-03-29 06:03:47 UTC (rev 16064)
@@ -42,6 +42,11 @@
       <artifactId>xercesImpl</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-common-tools</artifactId>
     </dependency>



More information about the jbossws-commits mailing list