[jbossws-commits] JBossWS SVN: r14323 - in stack/cxf/trunk: modules/testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 07:22:03 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 07:22:03 -0400 (Mon, 09 May 2011)
New Revision: 14323

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
   stack/cxf/trunk/pom.xml
Log:
[JBWS-3289] refactoring test support classes to shared-testsuite SVN module

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-09 11:21:10 UTC (rev 14322)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-09 11:22:03 UTC (rev 14323)
@@ -46,6 +46,10 @@
       <artifactId>jbossws-common-tools</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-shared-testsuite</artifactId>
+    </dependency>
+    <dependency>
       <groupId>gnu-getopt</groupId>
       <artifactId>getopt</artifactId>
       <version>1.0.13</version>
@@ -633,7 +637,7 @@
           <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
-              <compilerArgument>-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</compilerArgument>
+              <compilerArgument>-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed -Dorg.jboss.wsf.spi.deployer.Deployer=org.jboss.wsf.test.DeployerJBoss6</compilerArgument>
             </configuration>
           </plugin>
           <plugin>

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2011-05-09 11:21:10 UTC (rev 14322)
+++ stack/cxf/trunk/pom.xml	2011-05-09 11:22:03 UTC (rev 14323)
@@ -117,6 +117,11 @@
         <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-shared-testsuite</artifactId>
         <version>${jbossws.shared.testsuite.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-shared-testsuite</artifactId>
+        <version>${jbossws.shared.testsuite.version}</version>
         <type>zip</type>
       </dependency>
       <dependency>



More information about the jbossws-commits mailing list