You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/12/08 02:16:11 UTC

svn commit: r1043267 - /synapse/branches/2.0/modules/distribution/pom.xml

Author: ruwan
Date: Wed Dec  8 01:16:11 2010
New Revision: 1043267

URL: http://svn.apache.org/viewvc?rev=1043267&view=rev
Log:
Adding the fix transport jar into the distribution

Modified:
    synapse/branches/2.0/modules/distribution/pom.xml

Modified: synapse/branches/2.0/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/modules/distribution/pom.xml?rev=1043267&r1=1043266&r2=1043267&view=diff
==============================================================================
--- synapse/branches/2.0/modules/distribution/pom.xml (original)
+++ synapse/branches/2.0/modules/distribution/pom.xml Wed Dec  8 01:16:11 2010
@@ -137,6 +137,11 @@
             <groupId>org.apache.synapse</groupId>
             <artifactId>synapse-vfs-transport</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-fix-transport</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>com.oopsconsultancy</groupId>