Added log4j dependency

This commit is contained in:
Luke Taylor 2008-04-01 19:14:41 +00:00
parent 9c1be03d44
commit d5a751e784

View File

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