Author: jleroux
Date: Thu May 9 08:57:06 2019
New Revision: 1858977
URL:
http://svn.apache.org/viewvc?rev=1858977&view=revLog:
Fixed: no functional change
I'm not sure why but I need to add
compile 'org.apache.commons:commons-lang3:3.9'
here, while it's not necessary in trunk, R17 and R18, weird
Modified:
ofbiz/branches/release16.11/build.gradle
Modified: ofbiz/branches/release16.11/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/build.gradle?rev=1858977&r1=1858976&r2=1858977&view=diff==============================================================================
--- ofbiz/branches/release16.11/build.gradle (original)
+++ ofbiz/branches/release16.11/build.gradle Thu May 9 08:57:06 2019
@@ -115,6 +115,7 @@ dependencies {
compile 'org.apache.commons:commons-collections4:4.1'
compile 'org.apache.commons:commons-csv:1.1'
compile 'org.apache.commons:commons-dbcp2:2.1'
+ compile 'org.apache.commons:commons-lang3:3.9'
compile 'org.apache.geronimo.components:geronimo-transaction:3.1.1'
compile 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
compile 'org.apache.httpcomponents:httpclient-cache:4.4.1'