reduce sample logging
This commit is contained in:
@@ -11,7 +11,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "org.springframework.shell:spring-shell:$springShellVersion"
|
compile "org.springframework.shell:spring-shell:$springShellVersion"
|
||||||
testCompile "junit:junit:$junitVersion"
|
runtime "log4j:log4j:$log4jVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
mainClassName = "org.springframework.shell.Bootstrap"
|
mainClassName = "org.springframework.shell.Bootstrap"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
springShellVersion = 1.0.0.RELEASE
|
springShellVersion = 1.0.0.RELEASE
|
||||||
junitVersion = 4.8.1
|
log4jVersion = 1.2.17
|
||||||
version = 1.0.0.RELEASE
|
version = 1.0.0.RELEASE
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<spring.shell.version>1.0.0.RELEASE</spring.shell.version>
|
<spring.shell.version>1.0.0.RELEASE</spring.shell.version>
|
||||||
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
|
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
|
||||||
|
<log4j.version>1.2.17</log4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -22,6 +23,11 @@
|
|||||||
<artifactId>spring-shell</artifactId>
|
<artifactId>spring-shell</artifactId>
|
||||||
<version>${spring.shell.version}</version>
|
<version>${spring.shell.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
<version>${log4j.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user