Remove FINE logging of what NamedProviders are being used

Add JUnit to sample build files
This commit is contained in:
mpollack
2013-07-25 17:37:51 -04:00
parent 0462632a76
commit f7afbca250
4 changed files with 10 additions and 4 deletions

View File

@@ -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"
}