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 2016/07/29 19:45:35 UTC

svn commit: r1754567 - /ofbiz/trunk/build.gradle

Author: jleroux
Date: Fri Jul 29 19:45:35 2016
New Revision: 1754567

URL: http://svn.apache.org/viewvc?rev=1754567&view=rev
Log:
Comment out the downloads of the main DBMS JDBC drivers (MySql and PostgreSQL) was "Add download definition for drivers of commonly used open source rdbms to build gradle" - https://issues.apache.org/jira/browse/OFBIZ-7793

We decided against these downloads OOTB as explained in details in OFBIZ-7793 and related issues.

Modified:
    ofbiz/trunk/build.gradle

Modified: ofbiz/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1754567&r1=1754566&r2=1754567&view=diff
==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Fri Jul 29 19:45:35 2016
@@ -179,8 +179,8 @@ dependencies {
     compile 'xml-apis:xml-apis:1.4.01'
 
     // general framework runtime libs
-    runtime 'mysql:mysql-connector-java:5.1.36'
-    runtime 'postgresql:postgresql:9.0-801.jdbc4'
+//    runtime 'mysql:mysql-connector-java:5.1.36'
+//    runtime 'postgresql:postgresql:9.0-801.jdbc4'
 
     // plugin libs
     subprojects.each { subProject ->