You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2011/12/28 06:14:33 UTC

svn commit: r1225094 - /synapse/branches/2.1/modules/integration/pom.xml

Author: hiranya
Date: Wed Dec 28 05:14:33 2011
New Revision: 1225094

URL: http://svn.apache.org/viewvc?rev=1225094&view=rev
Log:
Removing an unwanted dependency

Modified:
    synapse/branches/2.1/modules/integration/pom.xml

Modified: synapse/branches/2.1/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/pom.xml?rev=1225094&r1=1225093&r2=1225094&view=diff
==============================================================================
--- synapse/branches/2.1/modules/integration/pom.xml (original)
+++ synapse/branches/2.1/modules/integration/pom.xml Wed Dec 28 05:14:33 2011
@@ -386,11 +386,6 @@
             <artifactId>synapse-samples</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.synapse</groupId>
-            <artifactId>synapse-fix-transport</artifactId>
-            <version>${synapse.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-core</artifactId>
             <version>${rampart.version}</version>