Log4j should be included in WAR bundles.

This commit is contained in:
Ben Alex 2005-02-20 05:34:29 +00:00
parent 7c9fad0477
commit f23e2d7145
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>junit</groupId>