You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by as...@apache.org on 2009/01/13 16:33:25 UTC

svn commit: r734157 - /webservices/axis2/trunk/java/modules/clustering/pom.xml

Author: asankha
Date: Tue Jan 13 07:33:21 2009
New Revision: 734157

URL: http://svn.apache.org/viewvc?rev=734157&view=rev
Log:
make transport dependencies valid only for the testing scope in maven

Modified:
    webservices/axis2/trunk/java/modules/clustering/pom.xml

Modified: webservices/axis2/trunk/java/modules/clustering/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/clustering/pom.xml?rev=734157&r1=734156&r2=734157&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/clustering/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/clustering/pom.xml Tue Jan 13 07:33:21 2009
@@ -41,14 +41,17 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-tcp</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-local</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>