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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 18 05:17:27 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-10-18 05:17:27 -0400 (Tue, 18 Oct 2011)
New Revision: 15118

Modified:
   stack/cxf/trunk/modules/resources/src/main/resources/modules/org/springframework/spring/main/module.xml
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3370] adding org.jboss.vfs so spring-core can see its classes

Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/springframework/spring/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/springframework/spring/main/module.xml	2011-10-18 06:20:30 UTC (rev 15117)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/springframework/spring/main/module.xml	2011-10-18 09:17:27 UTC (rev 15118)
@@ -33,5 +33,6 @@
         <module name="javax.jms.api" />
         <module name="javax.annotation.api" />
         <module name="org.apache.commons.logging" />
+        <module name="org.jboss.vfs" />
     </dependencies>
 </module>

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 06:20:30 UTC (rev 15117)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-10-18 09:17:27 UTC (rev 15118)
@@ -1317,7 +1317,6 @@
                  <exclude>org/jboss/test/ws/jaxws/cxf/bus/*EJB3*</exclude>
 
                  <!-- TODO: investigate -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/webserviceref/WebServiceRefServletTestCase*</exclude>
                  <exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
                  <exclude>org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase*</exclude>
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/UsernameAuthorizationEJBTestCase*</exclude>



More information about the jbossws-commits mailing list