[wsas-java-dev] svn commit r603 - wsas/java/trunk

svn at wso2.com svn at wso2.com
Thu Jan 25 01:37:19 PST 2007


Author: saminda
Date: Thu Jan 25 01:37:16 2007
New Revision: 603

Modified:
   wsas/java/trunk/pom.xml
Log:
Added dependencies to sec/secpolicy and rampart 


Modified: wsas/java/trunk/pom.xml
==============================================================================
--- wsas/java/trunk/pom.xml	(original)
+++ wsas/java/trunk/pom.xml	Thu Jan 25 01:37:16 2007
@@ -342,6 +342,29 @@
             <version>${axis2.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-security</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-secpolicy</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-spring</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-rahas</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+
         <!-- AXIOM depdendencies-->
 
         <dependency>
@@ -433,7 +456,7 @@
             <version>${stax.api.version}</version>
         </dependency>
         <dependency>
-            <groupId>incubator-woden</groupId>
+            <groupId>org.apache.woden</groupId>
             <artifactId>woden</artifactId>
             <version>${woden.version}</version>
         </dependency>
@@ -864,7 +887,7 @@
         <neethi.version>2.0</neethi.version>
 
 
-        <woden.version>1.0.0M6</woden.version>
+        <woden.version>1.0-incubating-SNAPSHOT</woden.version>
         <wsdl4j.version>1.6.1</wsdl4j.version>
         <annogen.version>0.1.0</annogen.version>
         <xml_schema.version>1.2</xml_schema.version>




More information about the Wsas-java-dev mailing list