You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ga...@apache.org on 2008/12/15 20:17:22 UTC

svn commit: r726774 - /webservices/axis2/trunk/java/modules/distribution/pom.xml

Author: gawor
Date: Mon Dec 15 11:17:21 2008
New Revision: 726774

URL: http://svn.apache.org/viewvc?rev=726774&view=rev
Log:
include basic transport modules in bin distribution

Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=726774&r1=726773&r2=726774&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Mon Dec 15 11:17:21 2008
@@ -226,6 +226,21 @@
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>${version}</version>
+        </dependency>
     </dependencies>
     <distributionManagement>
         <repository>