Author: dims
Date: Wed Oct 1 19:34:27 2008
New Revision: 700992
URL: http://svn.apache.org/viewvc?rev=700992&view=rev
Log:
add explicit dependency on addressing
Modified:
webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
Modified: webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/pom.xml?rev=700992&r1=700991&r2=700992&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/testkit/pom.xml
(original)
+++ webservices/commons/trunk/modules/transport/modules/testkit/pom.xml Wed Oct
1 19:34:27 2008
@@ -39,6 +39,12 @@
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
+ <artifactId>addressing</artifactId>
+ <type>mar</type>
+ <version>${axis2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-base</artifactId>
<version>${pom.version}</version>
</dependency>