You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2007/05/10 13:52:03 UTC

svn commit: r536840 - in /webservices/sandesha/trunk/java: modules/samples/pom.xml modules/tests/pom.xml pom.xml

Author: chamikara
Date: Thu May 10 04:52:02 2007
New Revision: 536840

URL: http://svn.apache.org/viewvc?view=rev&rev=536840
Log:
PAtch from Sumedha - dependancy removal patch

Modified:
    webservices/sandesha/trunk/java/modules/samples/pom.xml
    webservices/sandesha/trunk/java/modules/tests/pom.xml
    webservices/sandesha/trunk/java/pom.xml

Modified: webservices/sandesha/trunk/java/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/samples/pom.xml?view=diff&rev=536840&r1=536839&r2=536840
==============================================================================
--- webservices/sandesha/trunk/java/modules/samples/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/samples/pom.xml Thu May 10 04:52:02 2007
@@ -74,13 +74,6 @@
             <artifactId>sandesha2-policy</artifactId>
             <version>${pom.version}</version>
         </dependency>
-		<!--
-		<dependency>
-            <groupId>org.apache.sandesha2</groupId>
-            <artifactId>sandesha2</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-		-->
     </dependencies>
 
 </project>

Modified: webservices/sandesha/trunk/java/modules/tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/pom.xml?view=diff&rev=536840&r1=536839&r2=536840
==============================================================================
--- webservices/sandesha/trunk/java/modules/tests/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/tests/pom.xml Thu May 10 04:52:02 2007
@@ -87,17 +87,12 @@
             <artifactId>sandesha2-policy</artifactId>
             <version>${pom.version}</version>
         </dependency>
-		<dependency>
+	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-samples</artifactId>
             <version>${pom.version}</version>
         </dependency>
-<!--		<dependency>
-            <groupId>org.apache.sandesha2</groupId>
-            <artifactId>sandesha2</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
--->
+
 
     </dependencies>
 

Modified: webservices/sandesha/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/pom.xml?view=diff&rev=536840&r1=536839&r2=536840
==============================================================================
--- webservices/sandesha/trunk/java/pom.xml (original)
+++ webservices/sandesha/trunk/java/pom.xml Thu May 10 04:52:02 2007
@@ -211,6 +211,7 @@
         </dependency>
 
         <!-- AXIOM -->
+<!--
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
@@ -226,8 +227,9 @@
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
-
+-->
         <!-- Other third party dependencies -->
+<!--
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
@@ -384,6 +386,7 @@
             <artifactId>commons-fileupload</artifactId>
             <version>${commons.fileupload.version}</version>
         </dependency>
+-->
     </dependencies>
 
     <profiles>
@@ -433,8 +436,8 @@
 		<sandesha2.version>SNAPSHOT</sandesha2.version>
 			
 		<rampart.version>SNAPSHOT</rampart.version>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <axiom.version>SNAPSHOT</axiom.version>
+        <axis2.version>1.2</axis2.version>
+        <axiom.version>1.2.3</axiom.version>
         <addressing.mar.version>SNAPSHOT</addressing.mar.version>
         <wss4j.version>SNAPSHOT</wss4j.version>
         <xmlsec.version>1.3.0</xmlsec.version>



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