Author: richard.opalka(a)jboss.com
Date: 2008-07-09 04:54:00 -0400 (Wed, 09 Jul 2008)
New Revision: 7800
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
hotfix regression
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 06:11:06 UTC (rev 7799)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 08:54:00 UTC (rev 7800)
@@ -434,6 +434,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
+ <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in
jbossall-client pom? -->
+ <additionalClasspathElements>
+
<additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -452,15 +456,15 @@
</properties>
<dependencies>
<dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500x</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.client</groupId>
<artifactId>jbossall-client</artifactId>
<version>${jboss.version}</version>
@@ -479,6 +483,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
+ <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in
jbossall-client pom? -->
+ <additionalClasspathElements>
+
<additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
Show replies by date