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 th...@apache.org on 2006/12/20 18:28:36 UTC

svn commit: r489151 - /webservices/axis2/trunk/java/modules/saaj/project.xml

Author: thilina
Date: Wed Dec 20 09:28:35 2006
New Revision: 489151

URL: http://svn.apache.org/viewvc?view=rev&rev=489151
Log:
Build breaks due to SAAJ requires addressing.mar...
Added a dependency to addressing, so that maven will build addressing prior to SAAJ

Modified:
    webservices/axis2/trunk/java/modules/saaj/project.xml

Modified: webservices/axis2/trunk/java/modules/saaj/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/project.xml?view=diff&rev=489151&r1=489150&r2=489151
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/project.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/project.xml Wed Dec 20 09:28:35 2006
@@ -115,6 +115,11 @@
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-addressing</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-saaj-api</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org