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 2016/05/29 11:28:06 UTC

svn commit: r1745985 - in /synapse/trunk/java: modules/transports/optional/fix/pom.xml pom.xml

Author: veithen
Date: Sun May 29 11:28:06 2016
New Revision: 1745985

URL: http://svn.apache.org/viewvc?rev=1745985&view=rev
Log:
Upgrade quickfixj to a version available from Maven central.

Modified:
    synapse/trunk/java/modules/transports/optional/fix/pom.xml
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/modules/transports/optional/fix/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/optional/fix/pom.xml?rev=1745985&r1=1745984&r2=1745985&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/optional/fix/pom.xml (original)
+++ synapse/trunk/java/modules/transports/optional/fix/pom.xml Sun May 29 11:28:06 2016
@@ -110,7 +110,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>quickfixj</groupId>
+            <groupId>org.quickfixj</groupId>
             <artifactId>quickfixj-all</artifactId>
         </dependency>
         <dependency>

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1745985&r1=1745984&r2=1745985&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Sun May 29 11:28:06 2016
@@ -846,7 +846,7 @@
 
             <!-- Quickfix/J (FIX Transport) -->
             <dependency>
-                <groupId>quickfixj</groupId>
+                <groupId>org.quickfixj</groupId>
                 <artifactId>quickfixj-all</artifactId>
                 <version>${qfj.version}</version>
             </dependency>
@@ -1068,7 +1068,7 @@
         <httpcore.nio.version>4.3.3</httpcore.nio.version>
         <http.client.version>4.3.6</http.client.version>
         <aspectj.version>1.8.2</aspectj.version>
-        <qfj.version>1.4.0</qfj.version>
+        <qfj.version>1.6.2</qfj.version>
         <wso2uri-template.version>1.0.0</wso2uri-template.version>
         <activemq.version>5.2.0</activemq.version>
         <snmp4j.version>2.0.3</snmp4j.version>