Author: alessio.soldano(a)jboss.com
Date: 2008-08-27 09:34:06 -0400 (Wed, 27 Aug 2008)
New Revision: 8143
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
Moving security dependencies out of the main pom to use the artifacts pulled in by the
container integration when running the tests - fix remaining AS501 regressions
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/modules/core/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -15,6 +15,7 @@
</parent>
<properties>
+ <jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.microcontainer.version>2.0.0.Beta17</jboss.microcontainer.version>
</properties>
@@ -78,6 +79,7 @@
<groupId>org.jboss.security</groupId>
<artifactId>jbosssx</artifactId>
<scope>provided</scope>
+ <version>${jboss.jbosssx.version}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -422,6 +422,11 @@
<version>${jboss.version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-javaee</artifactId>
<version>${jboss.version}</version>
@@ -478,6 +483,11 @@
<version>${jboss.version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-security</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-javaee</artifactId>
<version>${jboss.version}</version>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-08-27 13:12:35 UTC (rev 8142)
+++ stack/native/trunk/pom.xml 2008-08-27 13:34:06 UTC (rev 8143)
@@ -69,7 +69,6 @@
<jaxb.impl.version>2.1.6</jaxb.impl.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.beta2</jboss.jaxbintros.version>
- <jboss.jbosssx.version>2.0.2.CR6</jboss.jbosssx.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.remoting.version>2.4.0.CR1</jboss.remoting.version>
<jboss.jaxr.version>1.2.0.SP2</jboss.jaxr.version>
@@ -231,11 +230,6 @@
<version>${jboss.common.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.security</groupId>
- <artifactId>jbosssx</artifactId>
- <version>${jboss.jbosssx.version}</version>
- </dependency>
- <dependency>
<groupId>jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
<version>${jboss.remoting.version}</version>
Show replies by date