Added log4j dependency

This commit is contained in:
Luke Taylor 2008-04-01 19:14:41 +00:00
parent 9c1be03d44
commit d5a751e784
1 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,11 @@
<artifactId>hessian</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>