Remove unneeded dependencies, incl Guava
Fixes https://github.com/spring-projects/spring-shell/issues/95
This commit is contained in:
@@ -44,7 +44,6 @@ dependencies {
|
||||
compile "org.springframework:spring-core:$springVersion"
|
||||
compile "org.springframework:spring-context-support:$springVersion"
|
||||
compile "commons-io:commons-io:$commonsioVersion"
|
||||
compile "com.google.guava:guava:$guavaVersion"
|
||||
compile "jline:jline:$jlineVersion"
|
||||
|
||||
|
||||
@@ -52,7 +51,6 @@ dependencies {
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
testCompile "org.mockito:mockito-core:$mockitoVersion"
|
||||
testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion"
|
||||
testCompile "uk.co.modular-it:hamcrest-date:$hamcrestDateVersion"
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.6
|
||||
|
||||
Reference in New Issue
Block a user