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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 27 05:30:54 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-06-27 05:30:53 -0400 (Mon, 27 Jun 2011)
New Revision: 14628

Modified:
   stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
   stack/native/trunk/modules/testsuite/pom.xml
Log:
adding EJB3 annotations dependency

Modified: stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
===================================================================
--- stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-06-27 09:19:33 UTC (rev 14627)
+++ stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-06-27 09:30:53 UTC (rev 14628)
@@ -29,9 +29,11 @@
     </resources>
 
     <dependencies>
+        <module name="javax.annotation.api"/>
         <module name="javax.api"/>
         <module name="javax.jws.api"/>
         <module name="javax.xml.ws.api"/>
+        <module name="org.jboss.ejb3"/>
         <module name="org.jboss.invocation"/>
         <module name="org.jboss.jandex"/>
         <module name="org.jboss.metadata"/>

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2011-06-27 09:19:33 UTC (rev 14627)
+++ stack/native/trunk/modules/testsuite/pom.xml	2011-06-27 09:30:53 UTC (rev 14628)
@@ -715,6 +715,12 @@
           <groupId>org.jboss</groupId>
           <artifactId>jbossxb</artifactId>
         </dependency>
+        <!-- provides org.jboss.ejb3.annotation.SecurityDomain annotation -->
+        <dependency>
+          <groupId>org.jboss.ejb3</groupId>
+          <artifactId>jboss-ejb3-ext-api</artifactId>
+          <version>2.0.0-beta-1</version>
+        </dependency>
         <!-- Apache XML security depends on Xalan impl classes :( -->
         <dependency>
           <groupId>apache-xalan</groupId>
@@ -743,11 +749,6 @@
                     <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
                     <exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
                     <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
-
-                    <!-- TODO: tests using org.jboss.ejb3.annotation.SecurityDomain -->
-                    <exclude>org/jboss/test/ws/jaxws/samples/news/**</exclude>
-                    <exclude>org/jboss/test/ws/jaxws/samples/webservicerefsec/**</exclude>
-                    <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/**</exclude>
                   </testExcludes>
                 </configuration>
                 <goals>



More information about the jbossws-commits mailing list