mirror of https://github.com/apache/activemq.git
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:
parent
38afec2a7b
commit
16f7f2f9a2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue