You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2008/08/15 22:22:29 UTC

svn commit: r686357 - /synapse/trunk/java/pom.xml

Author: veithen
Date: Fri Aug 15 13:22:29 2008
New Revision: 686357

URL: http://svn.apache.org/viewvc?rev=686357&view=rev
Log:
Corrected build failure by adding axis2-transports as dependency in master POM.

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=686357&r1=686356&r2=686357&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Fri Aug 15 13:22:29 2008
@@ -240,6 +240,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-transports</artifactId>
+                <version>${axis2.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-adb</artifactId>
                 <version>${axis2.version}</version>
                 <exclusions>
@@ -457,6 +462,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transports</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
         </dependency>
         <dependency>