Fix compile problem by adding log4j to list of dependencies

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@531320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2007-04-23 03:24:36 +00:00
parent 38afec2a7b
commit 16f7f2f9a2
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>