Commit cf63a14f by KingBoy

添加commons io

parent 190c55ca
......@@ -31,6 +31,7 @@ ext {
langVersion='3.7'
collectsVersion='3.2.2'
beanUtilsVersion='1.9.3'
ioVersion='2.6'
}
dependencies {
......@@ -43,6 +44,7 @@ dependencies {
compile("org.apache.commons:commons-lang3:$langVersion")
compile("commons-collections:commons-collections:$collectsVersion")
compile("commons-beanutils:commons-beanutils:$beanUtilsVersion")
compile("commons-io:commons-io:$ioVersion")
//springboot jacson支持jsr310 data/time
compile("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment