Author: veithen
Date: Sun Nov 18 08:19:54 2012
New Revision: 1410850
URL: http://svn.apache.org/viewvc?rev=1410850&view=rev
Log:
Fixed build failure caused by sloppy dependency management.
Modified:
axis/axis2/java/transports/trunk/modules/sms/pom.xml
Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1410850&r1=1410849&r2=1410850&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Sun Nov 18 08:19:54
2012
@@ -203,6 +203,13 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.axis2</groupId>
+ <artifactId>addressing</artifactId>
+ <version>${axis2.version}</version>
+ <type>mar</type>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>