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 di...@apache.org on 2009/11/10 18:19:11 UTC

svn commit: r834553 - /webservices/sandesha/trunk/java/modules/persistence/pom.xml

Author: dims
Date: Tue Nov 10 17:19:11 2009
New Revision: 834553

URL: http://svn.apache.org/viewvc?rev=834553&view=rev
Log:
add transport dependencies

Modified:
    webservices/sandesha/trunk/java/modules/persistence/pom.xml

Modified: webservices/sandesha/trunk/java/modules/persistence/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/persistence/pom.xml?rev=834553&r1=834552&r2=834553&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/persistence/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/persistence/pom.xml Tue Nov 10 17:19:11 2009
@@ -79,6 +79,21 @@
 
     <dependencies>
 
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transports</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
     	<dependency>
             <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-core</artifactId>



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