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

svn at wso2.org svn at wso2.org
Tue Aug 7 05:54:30 PDT 2007


Author: saminda
Date: Tue Aug  7 05:54:25 2007
New Revision: 6159

Modified:
   trunk/wsas/java/pom.xml
Log:
Fixing build problems 


Modified: trunk/wsas/java/pom.xml
==============================================================================
--- trunk/wsas/java/pom.xml	(original)
+++ trunk/wsas/java/pom.xml	Tue Aug  7 05:54:25 2007
@@ -1334,6 +1334,26 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.sandesha2</groupId>
+            <artifactId>sandesha2-core</artifactId>
+            <version>${sandesha2.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-kernel</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-codegen</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-mtompolicy</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
             <groupId>rhino</groupId>
             <artifactId>js</artifactId>
             <version>${rhino.js.version}</version>
@@ -1446,7 +1466,27 @@
             <artifactId>wso2a1deployer</artifactId>
         </dependency>
 
+        <!-- Axis1 dependecies to testcases -->
+        <dependency>
+            <groupId>org.apache.axis</groupId>
+            <artifactId>axis</artifactId>
+            <version>${axis1.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.axis</groupId>
+            <artifactId>axis-saaj</artifactId>
+            <version>${axis1.version}</version>
+            <scope>test</scope>
+        </dependency>
 
+        <dependency>
+            <groupId>org.apache.axis</groupId>
+            <artifactId>axis-jaxrpc</artifactId>
+            <version>${axis1.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <profiles>
@@ -1622,6 +1662,7 @@
         <mx4j.version>3.0.1</mx4j.version>
 
         <opensaml.version>1.1.406</opensaml.version>
+        <axis1.version>1.4</axis1.version>
 
     </properties>
 




More information about the Wsas-java-dev mailing list