1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Added log4j dependency

This commit is contained in:
Luke Taylor
2008-04-01 19:14:41 +00:00
parent 9c1be03d44
commit d5a751e784
+6 -1
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>
@@ -100,4 +105,4 @@
</plugins>
</build>
</project>
</project>