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

@@ -13,6 +13,7 @@
<properties>
<spring.shell.version>1.0.0.RELEASE</spring.shell.version>
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
<log4j.version>1.2.17</log4j.version>
</properties>
<dependencies>
@@ -22,6 +23,11 @@
<artifactId>spring-shell</artifactId>
<version>${spring.shell.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
</dependencies>