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 di...@apache.org on 2008/10/02 04:39:40 UTC

svn commit: r700994 - /webservices/axis2/trunk/java/modules/addressing/pom.xml

Author: dims
Date: Wed Oct  1 19:39:40 2008
New Revision: 700994

URL: http://svn.apache.org/viewvc?rev=700994&view=rev
Log:
depend only on the needed modules from transport project

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

Modified: webservices/axis2/trunk/java/modules/addressing/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/pom.xml?rev=700994&r1=700993&r2=700994&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/pom.xml Wed Oct  1 19:39:40 2008
@@ -40,7 +40,17 @@
         </dependency>
          <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-transports</artifactId>
+            <artifactId>axis2-transport-http</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-tcp</artifactId>
+            <version>${version}</version>
+        </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis2-transport-local</artifactId>
             <version>${version}</version>
         </dependency>