chg: upgraded commons net lib
This commit is contained in:
parent
e88c4f5d8f
commit
825ccb6463
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ dependencies {
|
|||
compile group: 'commons-codec', name: 'commons-codec', version: '1.10'
|
||||
compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.2'
|
||||
compile group: 'commons-logging', name: 'commons-logging', version: '1.2'
|
||||
compile group: 'commons-net', name: 'commons-net', version: '3.5'
|
||||
compile group: 'commons-net', name: 'commons-net', version: '3.6'
|
||||
compile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
|
||||
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.4.3.v20170317'
|
||||
compile group: 'org.eclipse.jetty', name: 'jetty-xml', version: '9.4.3.v20170317'
|
||||
|
|
|
@ -44,7 +44,7 @@ public class Main {
|
|||
"commons-fileupload-1.3.2.jar",
|
||||
"commons-codec-1-10.jar",
|
||||
"commons-io-2.2.jar",
|
||||
"commons-net-3.5.jar",
|
||||
"commons-net-3.6.jar",
|
||||
"tagsoup-1.2.1.jar",
|
||||
"javax.servlet-api-3.1.0.jar",
|
||||
"jetty-http-9.4.3.v20170317.jar",
|
||||
|
|
Loading…
Add table
Reference in a new issue