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 2019/01/07 13:32:44 UTC

svn commit: r1850640 - /ofbiz/branches/release16.11/build.gradle

Author: jleroux
Date: Mon Jan  7 13:32:44 2019
New Revision: 1850640

URL: http://svn.apache.org/viewvc?rev=1850640&view=rev
Log:
Improved: Update Apache commons-fileupload to last version
(OFBIZ-10770)

This is an easy doing, we just need to add

    compile 'commons-fileupload:commons-fileupload:1.3-3'

to the build.gradle file.

So far the dependency was not given directly but by other dependencies

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=1850640&r1=1850639&r2=1850640&view=diff
==============================================================================
--- ofbiz/branches/release16.11/build.gradle (original)
+++ ofbiz/branches/release16.11/build.gradle Mon Jan  7 13:32:44 2019
@@ -103,6 +103,7 @@ dependencies {
     compile 'commons-cli:commons-cli:1.3.1'
     compile 'commons-net:commons-net:3.3'
     compile 'commons-validator:commons-validator:1.5.1'
+    compile 'commons-fileupload:commons-fileupload:1.3-3'
     compile 'de.odysseus.juel:juel-impl:2.2.7'
     compile 'javax.el:javax.el-api:3.0.1-b04'
     compile 'javax.servlet:javax.servlet-api:3.1.0'