You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/08/26 21:37:26 UTC

svn commit: r1697993 - /ofbiz/trunk/ivy.xml

Author: jleroux
Date: Wed Aug 26 19:37:26 2015
New Revision: 1697993

URL: http://svn.apache.org/r1697993
Log:
A patch from Pierre Smits for "SQL Exceptions (OPTION) occuring when running OFBiz 13.07.02 against MySQL" https://issues.apache.org/jira/browse/OFBIZ-6582

Updates the "MySQL Connector/J" from 5.1.6 to 5.1.36 
This follows OFBIZ-4800 where the "MySQL Connector/J 5.1.6" was used. See 
    http://mvnrepository.com/artifact/mysql/mysql-connector-java/5.1.6 
and 
    https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1.html
for details

Modified:
    ofbiz/trunk/ivy.xml

Modified: ofbiz/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ivy.xml?rev=1697993&r1=1697992&r2=1697993&view=diff
==============================================================================
--- ofbiz/trunk/ivy.xml (original)
+++ ofbiz/trunk/ivy.xml Wed Aug 26 19:37:26 2015
@@ -35,7 +35,7 @@
     <dependencies>
         <dependency org="org.apache.activemq" name="activemq-all" rev="5.4.2" conf="activemq->default"/>
         <dependency org="net.sourceforge.cobertura" name="cobertura" rev="1.9.4.1" conf="cobertura->default"/>
-        <dependency org="mysql" name="mysql-connector-java" rev="5.1.6" conf="mysql->default"/>
+        <dependency org="mysql" name="mysql-connector-java" rev="5.1.36" conf="mysql->default"/>
         <dependency org="postgresql" name="postgresql" rev="9.0-801.jdbc4" conf="postgres->default"/>
         <dependency org="org.codehaus.sonar-plugins" name="sonar-ant-task" rev="1.3" conf="sonar-ant-task->default"/>