Remove FINE logging of what NamedProviders are being used
Add JUnit to sample build files
This commit is contained in:
@@ -7,10 +7,12 @@ apply plugin: 'application'
|
||||
repositories {
|
||||
maven { url "http://repo.springsource.org/libs-release" }
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework.shell:spring-shell:$springShellVersion"
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
runtime "log4j:log4j:$log4jVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user