Author: alessio.soldano(a)jboss.com
Date: 2009-01-09 04:56:57 -0500 (Fri, 09 Jan 2009)
New Revision: 9001
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2444] Updating dependencies + bug fix
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2009-01-09 08:34:56 UTC (rev 9000)
+++ stack/native/trunk/modules/core/pom.xml 2009-01-09 09:56:57 UTC (rev 9001)
@@ -15,8 +15,8 @@
</parent>
<properties>
- <jboss.jbosssx.version>2.0.2.SP2</jboss.jbosssx.version>
- <jboss.microcontainer.version>2.0.1.GA</jboss.microcontainer.version>
+ <jboss.jbosssx.version>2.0.2.SP3</jboss.jbosssx.version>
+ <jboss.microcontainer.version>2.0.2.GA</jboss.microcontainer.version>
</properties>
<!-- Dependencies -->
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2009-01-09 08:34:56 UTC (rev 9000)
+++ stack/native/trunk/modules/testsuite/pom.xml 2009-01-09 09:56:57 UTC (rev 9001)
@@ -605,7 +605,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss510.home}/lib/endorsed</argLine>
+ <argLine>${surefire.jvm.args}
-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</argLine>
<!-- TODO: replace with maven dependencies -->
<additionalClasspathElements>
<additionalClasspathElement>${jboss.home}/client/jbossall-client.jar</additionalClasspathElement>
Show replies by date