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 2006/12/21 14:12:48 UTC

svn commit: r489344 - /webservices/axis2/branches/java/1_1/modules/integration/project.xml

Author: dims
Date: Thu Dec 21 05:12:47 2006
New Revision: 489344

URL: http://svn.apache.org/viewvc?view=rev&rev=489344
Log:
add a dummpy dependency so security module gets compiled (or we will get the missing mar error)

Modified:
    webservices/axis2/branches/java/1_1/modules/integration/project.xml

Modified: webservices/axis2/branches/java/1_1/modules/integration/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/integration/project.xml?view=diff&rev=489344&r1=489343&r2=489344
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/integration/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/integration/project.xml Thu Dec 21 05:12:47 2006
@@ -109,6 +109,11 @@
             <artifactId>axis2-tools</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-security</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
 
         <!-- external JARs -->
         <dependency>



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