mirror of https://github.com/apache/activemq.git
ensure slf4j has a default impl to avoid ncdf error on startup
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1097161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c395917fa7
commit
ce6c902e03
|
@ -67,6 +67,10 @@
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
|
<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue