[jbossws-commits] JBossWS SVN: r7388 - stack/metro/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jun 5 11:02:12 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-05 11:02:12 -0400 (Thu, 05 Jun 2008)
New Revision: 7388

Modified:
   stack/metro/trunk/modules/testsuite/pom.xml
Log:
remove useless dependencies

Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml	2008-06-05 13:00:33 UTC (rev 7387)
+++ stack/metro/trunk/modules/testsuite/pom.xml	2008-06-05 15:02:12 UTC (rev 7388)
@@ -43,24 +43,12 @@
       <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>com.sun</groupId>
       <artifactId>tools</artifactId>
       <version>1.5.0</version>
       <scope>system</scope>
       <systemPath>${java.home}/../lib/tools.jar</systemPath>
     </dependency>
-    
     <dependency>
       <groupId>javax.ejb</groupId>
       <artifactId>ejb-api</artifactId>




More information about the jbossws-commits mailing list