Author: jleroux
Date: Fri Jul 15 15:45:13 2016
New Revision: 1752843
URL:
http://svn.apache.org/viewvc?rev=1752843&view=revLog:
A patch from Pierre Smits for "Add download definition for drivers of commonly used open source rdbms to build gradle"
https://issues.apache.org/jira/browse/OFBIZ-7793With the move to dependency mgt through gradle/gradlew the download definitions for the drivers of the most commonly used rdbms solutions were removed.
Adding these to the build.gradle file will deliver a great pleasure adoption wise through a small effort.
jleroux: This is an agreed temporary workaround while we are trying to implement interactive tasks at OFBIZ-7808
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1752843&r1=1752842&r2=1752843&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Fri Jul 15 15:45:13 2016
@@ -175,6 +175,9 @@ dependencies {
compile 'xalan:xalan:2.7.2'
compile 'xml-apis:xml-apis-ext:1.3.04'
compile 'xml-apis:xml-apis:1.4.01'
+ compile 'mysql:mysql-connector-java:5.1.36'
+ compile 'postgresql:postgresql:9.0-801.jdbc4'
+
// plugin libs
subprojects.each { subProject ->