Author: richard.opalka(a)jboss.com
Date: 2008-07-28 10:13:48 -0400 (Mon, 28 Jul 2008)
New Revision: 7920
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
replace additional CP with maven dependencies
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-28 14:12:44 UTC (rev 7919)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-28 14:13:48 UTC (rev 7920)
@@ -426,6 +426,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>
@@ -440,9 +445,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>
@@ -494,6 +496,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