reduce sample logging

This commit is contained in:
Costin Leau
2012-10-02 22:06:29 +03:00
parent df10436cf4
commit d2f64ea5d2
3 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ repositories {
dependencies {
compile "org.springframework.shell:spring-shell:$springShellVersion"
testCompile "junit:junit:$junitVersion"
runtime "log4j:log4j:$log4jVersion"
}
mainClassName = "org.springframework.shell.Bootstrap"