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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to