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 ru...@apache.org on 2006/12/21 08:31:44 UTC

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

Author: ruchithf
Date: Wed Dec 20 23:31:44 2006
New Revision: 489272

URL: http://svn.apache.org/viewvc?view=rev&rev=489272
Log:
Fixed the build break, adding the dependancies on security, secpolicy and rahas back

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=489272&r1=489271&r2=489272
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/integration/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/integration/project.xml Wed Dec 20 23:31:44 2006
@@ -71,6 +71,21 @@
             <version>${axiom.version}</version>
         </dependency>
 
+		<dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-security</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+		<dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-rahas</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+		<dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-secpolicy</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>



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