You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ve...@apache.org on 2009/03/07 15:03:44 UTC

svn commit: r751271 - /webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml

Author: veithen
Date: Sat Mar  7 14:03:44 2009
New Revision: 751271

URL: http://svn.apache.org/viewvc?rev=751271&view=rev
Log:
Fixed build failure caused by r751161 (Probably forgot to run mvn clean when testing this...).

Modified:
    webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml

Modified: webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml?rev=751271&r1=751270&r2=751271&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/jaxws/pom.xml Sat Mar  7 14:03:44 2009
@@ -90,7 +90,6 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>