[jbossws-commits] JBossWS SVN: r14879 - stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Aug 16 07:36:50 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-08-16 07:36:49 -0400 (Tue, 16 Aug 2011)
New Revision: 14879

Modified:
   stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml
Log:
support for AS 6.1.0.Final

Modified: stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml	2011-08-16 11:30:19 UTC (rev 14878)
+++ stack/cxf/branches/jbossws-cxf-3.4.1/modules/testsuite/pom.xml	2011-08-16 11:36:49 UTC (rev 14879)
@@ -650,7 +650,7 @@
     <profile>
       <id>jboss610</id>
       <properties>
-        <jboss.version>6.1.0-SNAPSHOT</jboss.version>
+        <jboss.version>6.1.0.Final</jboss.version>
         <jbossws.integration.target>jboss610</jbossws.integration.target>
       </properties>
       <dependencies>
@@ -744,8 +744,11 @@
               <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${jboss610.home}/lib/endorsed</argLine>
               <!-- TODO: replace with maven dependencies -->
               <additionalClasspathElements>
-                 <!-- Lib below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
+                <additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
+                <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+                 <!-- Libs below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
                 <additionalClasspathElement>${jboss.home}/common/lib/jbossws-native-core.jar</additionalClasspathElement>
+                <additionalClasspathElement>${jboss.home}/common/lib/netty.jar</additionalClasspathElement>
               </additionalClasspathElements>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list