Author: dims
Date: Tue Nov 10 14:25:04 2009
New Revision: 834476
URL: http://svn.apache.org/viewvc?rev=834476&view=rev
Log:
add missing transports - fix for test failure
Modified:
webservices/sandesha/trunk/java/modules/tests/pom.xml
Modified: webservices/sandesha/trunk/java/modules/tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/pom.xml?rev=834476&r1=834475&r2=834476&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/tests/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/tests/pom.xml Tue Nov 10 14:25:04
2009
@@ -233,6 +233,16 @@
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-tcp</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>axis2-transport-local</artifactId>
+ <version>SNAPSHOT</version>
+ </dependency>
</dependencies>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]