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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jun 10 04:10:25 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-06-10 04:10:24 -0400 (Thu, 10 Jun 2010)
New Revision: 12455

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3006] Using AS6 depchain for test classpath


Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2010-06-09 21:54:52 UTC (rev 12454)
+++ stack/native/trunk/modules/testsuite/pom.xml	2010-06-10 08:10:24 UTC (rev 12455)
@@ -446,60 +446,61 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate</artifactId>
-          <version>${hibernate.version}</version>
-        </dependency>
-        <dependency>
           <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-aspects</artifactId>
+          <artifactId>jboss-as-depchain</artifactId>
+          <scope>import</scope>
+          <type>pom</type>
           <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-connector</artifactId>
-          <version>${jboss.version}</version>
           <exclusions>
+            <!-- Exclusion for not depending on the container integration -->
             <exclusion>
-              <groupId>org.hibernate</groupId>
-              <artifactId>ejb3-persistence</artifactId>
+              <groupId>org.jboss.jbossas</groupId>
+              <artifactId>jboss-as-webservices</artifactId>
             </exclusion>
+            <!-- Exclusions for preventing cyclic dependency on JBossWS-Native (AS 6.0.0.M3) -->
             <exclusion>
-              <groupId>jboss.jbossws</groupId>
-              <artifactId>jboss-jaxws</artifactId>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-client</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>sun-jaxb</groupId>
-              <artifactId>jaxb-api</artifactId>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-core</artifactId>
             </exclusion>
-          </exclusions>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-ejb3</artifactId>
-          <version>${jboss.version}</version>
-          <exclusions>
             <exclusion>
-              <groupId>org.jboss.microcontainer</groupId>
-              <artifactId>jboss-kernel</artifactId>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-factories</artifactId>
             </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-jaxrpc</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-saaj</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-management</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-resources</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-services</artifactId>
+            </exclusion>
+            <!-- Exclusions for preventing http://www.slf4j.org/codes.html#multiple_bindings -->
+            <exclusion>
+              <groupId>org.jboss.slf4j</groupId>
+              <artifactId>slf4j-jboss-logmanager</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-log4j12</artifactId>
+            </exclusion>
           </exclusions>
         </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-security</artifactId>
-          <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-system</artifactId>
-          <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.hornetq</groupId>
-          <artifactId>hornetq-jms-client</artifactId>
-          <version>${hornetq.version}</version>
-        </dependency>
       </dependencies>
       <build>
         <plugins>
@@ -515,11 +516,6 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</argLine>
-              <!-- TODO: replace with maven dependencies -->
-              <additionalClasspathElements>
-                <additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
-                <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
-              </additionalClasspathElements>
             </configuration>
           </plugin>
         </plugins>
@@ -538,60 +534,65 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate</artifactId>
-          <version>${hibernate.version}</version>
-        </dependency>
-        <dependency>
           <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-aspects</artifactId>
+          <artifactId>jboss-as-depchain</artifactId>
+          <scope>import</scope>
+          <type>pom</type>
           <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-connector</artifactId>
-          <version>${jboss.version}</version>
           <exclusions>
+            <!-- Exclusion for not depending on the container integration -->
             <exclusion>
-              <groupId>org.hibernate</groupId>
-              <artifactId>ejb3-persistence</artifactId>
+              <groupId>org.jboss.jbossas</groupId>
+              <artifactId>jboss-as-webservices</artifactId>
             </exclusion>
+            <!-- Exclusions for preventing cyclic dependency on JBossWS-CXF (AS 6.0.0) -->
             <exclusion>
-              <groupId>jboss.jbossws</groupId>
-              <artifactId>jboss-jaxws</artifactId>
+              <groupId>org.jboss.ws.cxf</groupId>
+              <artifactId>jbossws-cxf-client</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>sun-jaxb</groupId>
-              <artifactId>jaxb-api</artifactId>
+              <groupId>org.jboss.ws.cxf</groupId>
+              <artifactId>jbossws-cxf-management</artifactId>
             </exclusion>
-          </exclusions>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-ejb3</artifactId>
-          <version>${jboss.version}</version>
-          <exclusions>
             <exclusion>
-              <groupId>org.jboss.microcontainer</groupId>
-              <artifactId>jboss-kernel</artifactId>
+              <groupId>org.jboss.ws.cxf</groupId>
+              <artifactId>jbossws-cxf-server</artifactId>
             </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.cxf</groupId>
+              <artifactId>jbossws-cxf-factories</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.cxf</groupId>
+              <artifactId>jbossws-cxf-resources</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-factories</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-client</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-core</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.ws.native</groupId>
+              <artifactId>jbossws-native-services</artifactId>
+            </exclusion>
+            <!-- Exclusions for preventing http://www.slf4j.org/codes.html#multiple_bindings -->
+            <exclusion>
+              <groupId>org.jboss.slf4j</groupId>
+              <artifactId>slf4j-jboss-logmanager</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-log4j12</artifactId>
+            </exclusion>
           </exclusions>
         </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-security</artifactId>
-          <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-system</artifactId>
-          <version>${jboss.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.hornetq</groupId>
-          <artifactId>hornetq-jms-client</artifactId>
-          <version>${hornetq.version}</version>
-        </dependency>
       </dependencies>
       <build>
         <plugins>
@@ -607,11 +608,6 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${jboss601.home}/lib/endorsed</argLine>
-              <!-- TODO: replace with maven dependencies -->
-              <additionalClasspathElements>
-                <additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
-                <additionalClasspathElement>${jboss.home}/common/lib/jboss-ejb3-core.jar</additionalClasspathElement>
-              </additionalClasspathElements>
             </configuration>
           </plugin>
         </plugins>



More information about the jbossws-commits mailing list