Author: alessio.soldano(a)jboss.com
Date: 2008-07-23 09:04:47 -0400 (Wed, 23 Jul 2008)
New Revision: 7893
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2263] Using container integration artifact from the AS sources
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-23 10:56:20 UTC (rev 7892)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-23 13:04:47 UTC (rev 7893)
@@ -407,8 +407,9 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500CR1</artifactId>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-webservices</artifactId>
+ <version>${jboss.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -460,8 +461,9 @@
</properties>
<dependencies>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-webservices</artifactId>
+ <version>${jboss.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Show replies by date