Author: richard.opalka(a)jboss.com
Date: 2008-07-28 10:12:44 -0400 (Mon, 28 Jul 2008)
New Revision: 7919
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
replace additional CP with maven dependencies
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-28 14:04:29 UTC (rev 7918)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-28 14:12:44 UTC (rev 7919)
@@ -397,6 +397,11 @@
<artifactId>jboss-javaee</artifactId>
<version>${jboss.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.client</groupId>
+ <artifactId>jboss-client</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -411,9 +416,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
- <additionalClasspathElements>
-
<additionalClasspathElement>${jboss.home}/client/jboss-client.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -460,6 +462,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
+ <!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
<additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
Show replies by date