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 di...@apache.org on 2007/05/01 21:46:48 UTC

svn commit: r534216 - /webservices/axis2/trunk/java/modules/webapp/pom.xml

Author: dims
Date: Tue May  1 12:46:48 2007
New Revision: 534216

URL: http://svn.apache.org/viewvc?view=rev&rev=534216
Log:
add addressing as pre-req

Modified:
    webservices/axis2/trunk/java/modules/webapp/pom.xml

Modified: webservices/axis2/trunk/java/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/pom.xml?view=diff&rev=534216&r1=534215&r2=534216
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/pom.xml Tue May  1 12:46:48 2007
@@ -36,6 +36,11 @@
             <artifactId>axis2-json</artifactId>
             <version>${version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>addressing</artifactId>
+            <version>${version}</version>
+        </dependency>
     </dependencies>
     <build>
         <finalName>axis2</finalName>



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