Fix build file versions
This commit is contained in:
@@ -31,9 +31,7 @@ dependencies {
|
||||
compile "org.springframework:spring-core:$springVersion"
|
||||
compile "org.springframework:spring-context-support:$springVersion"
|
||||
compile "commons-io:commons-io:$commonsioVersion"
|
||||
//compile "net.sourceforge.jline:jline:$jlineVersion"
|
||||
compile "jline:jline:2.11"
|
||||
compile "org.fusesource.jansi:jansi:$jansiVersion"
|
||||
compile "jline:jline:$jlineVersion"
|
||||
compile "cglib:cglib:$cglibVersion"
|
||||
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@ slf4jVersion = 1.7.2
|
||||
springVersion = 3.1.2.RELEASE
|
||||
commonsioVersion = 2.3
|
||||
cglibVersion = 2.2.2
|
||||
jlineVersion=1.0.S2-B
|
||||
jansiVersion=1.8
|
||||
jlineVersion=2.11
|
||||
|
||||
|
||||
# Testing
|
||||
|
||||
Reference in New Issue
Block a user