You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/03/10 15:15:19 UTC

svn commit: r752116 - /geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml

Author: gawor
Date: Tue Mar 10 14:15:17 2009
New Revision: 752116

URL: http://svn.apache.org/viewvc?rev=752116&view=rev
Log:
make trunk work with latest Axis2 1.5 snapshot

Modified:
    geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml

Modified: geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml?rev=752116&r1=752115&r2=752116&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml (original)
+++ geronimo/server/trunk/plugins/axis2/geronimo-axis2/pom.xml Tue Mar 10 14:15:17 2009
@@ -115,6 +115,15 @@
             <artifactId>commons-codec</artifactId>
         </dependency>
                         
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+        </dependency>
     </dependencies>
 
 </project>