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/09 10:27:01 UTC

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

Author: ruwan
Date: Thu Dec  9 09:27:00 2010
New Revision: 1043873

URL: http://svn.apache.org/viewvc?rev=1043873&view=rev
Log:
getting rid of the quickfix jar files

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=1043873&r1=1043872&r2=1043873&view=diff
==============================================================================
--- synapse/branches/2.0/modules/distribution/pom.xml (original)
+++ synapse/branches/2.0/modules/distribution/pom.xml Thu Dec  9 09:27:00 2010
@@ -141,6 +141,12 @@
             <groupId>org.apache.synapse</groupId>
             <artifactId>synapse-fix-transport</artifactId>
             <version>${pom.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>quickfixj</groupId>
+                    <artifactId>quickfixj-all</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>