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/23 19:47:04 UTC

svn commit: r1222784 - in /synapse/branches/2.1/modules/distribution: pom.xml src/main/assembly/bin.xml

Author: hiranya
Date: Fri Dec 23 18:47:03 2011
New Revision: 1222784

URL: http://svn.apache.org/viewvc?rev=1222784&view=rev
Log:
Adding FIX transport

Modified:
    synapse/branches/2.1/modules/distribution/pom.xml
    synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml

Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1222784&r1=1222783&r2=1222784&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Fri Dec 23 18:47:03 2011
@@ -148,6 +148,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>

Modified: synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml?rev=1222784&r1=1222783&r2=1222784&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml (original)
+++ synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml Fri Dec 23 18:47:03 2011
@@ -213,8 +213,8 @@
                 <exclude>javax.servlet:servlet-api:jar</exclude>
                 <exclude>xml-apis:xml-apis:jar</exclude>
                 <exclude>xerces:xercesImpl:jar</exclude>
-		<exclude>org.apache.xerces:xercesImpl</exclude>
-		<exclude>org.apache.xerces:xml-apis</exclude>
+		        <exclude>org.apache.xerces:xercesImpl</exclude>
+		        <exclude>org.apache.xerces:xml-apis</exclude>
                 <exclude>junit:junit:jar</exclude>
                 <exclude>org.apache.mina:mina-core:jar</exclude>
                 <exclude>org.slf4j:slf4j-api:jar</exclude>
@@ -222,7 +222,8 @@
                 <exclude>org.slf4j:jcl-over-slf4j:jar</exclude>
                 <exclude>org.slf4j:log4j-over-slf4j:jar</exclude>
                 <exclude>com.oopsconsultancy:xmltask:jar</exclude>
-		<exclude>xalan:xalan:jar</exclude>
+	    	    <exclude>xalan:xalan:jar</exclude>
+                <exclude>quickfixj:quickfixj-all:jar</exclude>
             </excludes>
         </dependencySet>
         <dependencySet>