Added log4j support to tutorial app

This commit is contained in:
Luke Taylor
2008-03-26 15:27:09 +00:00
parent 1cd7865ed5
commit 743d72ca7b
2 changed files with 16 additions and 2 deletions

View File

@@ -58,6 +58,11 @@
<artifactId>standard</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>