Author: richard.opalka(a)jboss.com
Date: 2008-06-05 11:24:41 -0400 (Thu, 05 Jun 2008)
New Revision: 7390
Modified:
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
refactoring
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-06-05 15:07:42 UTC (rev
7389)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-06-05 15:24:41 UTC (rev
7390)
@@ -14,6 +14,16 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <type>zip</type>
+ </dependency>
+ </dependencies>
+
<!-- Plugins -->
<build>
<plugins>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-06-05 15:07:42 UTC (rev 7389)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-06-05 15:24:41 UTC (rev 7390)
@@ -44,16 +44,6 @@
<artifactId>jbossws-framework</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- <classifier>testsuite</classifier>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-spi</artifactId>
- </dependency>
- <dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
</dependency>
Show replies by date