Author: richard.opalka(a)jboss.com
Date: 2008-05-14 15:24:03 -0400 (Wed, 14 May 2008)
New Revision: 7034
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2180] use maven dependency instead of additionaClasspathElements
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-14 16:51:45 UTC (rev 7033)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-14 19:24:03 UTC (rev 7034)
@@ -43,7 +43,6 @@
<artifactId>jbossws-native-embedded</artifactId>
<version>${version}</version>
</dependency>
-
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
@@ -51,7 +50,6 @@
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
-
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
@@ -76,6 +74,13 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
+ <!-- required for WS-RM client backports server -->
+ <dependency>
+ <groupId>jboss.web</groupId>
+ <artifactId>jbossweb</artifactId>
+ <version>2.1.0.GA</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Build -->
@@ -290,10 +295,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss422.home}/lib/endorsed</argLine>
- <!--
http://jira.jboss.org/jira/browse/JBWS-2180 -->
- <additionalClasspathElements>
-
<additionalClasspathElement>${jboss.home}/server/default/deploy/jboss-web.deployer/jbossweb.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -334,10 +335,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss423.home}/lib/endorsed</argLine>
- <!--
http://jira.jboss.org/jira/browse/JBWS-2180 -->
- <additionalClasspathElements>
-
<additionalClasspathElement>${jboss.home}/server/default/deploy/jboss-web.deployer/jbossweb.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -383,10 +380,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
- <!--
http://jira.jboss.org/jira/browse/JBWS-2180 -->
- <additionalClasspathElements>
-
<additionalClasspathElement>${jboss.home}/server/default/deployers/jbossweb.deployer/jbossweb.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -432,10 +425,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
- <!--
http://jira.jboss.org/jira/browse/JBWS-2180 -->
- <additionalClasspathElements>
-
<additionalClasspathElement>${jboss.home}/server/default/deploy/jbossweb.sar/jbossweb.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>