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:
Gary Tully 2011-04-27 16:02:09 +00:00
parent c395917fa7
commit ce6c902e03
1 changed files with 4 additions and 0 deletions

View File

@ -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>