Add the slf4j-api as a dependency of the leveldb store.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1428535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2013-01-03 18:37:04 +00:00
parent d0d7231414
commit 450b509d58
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@
<artifactId>activemq-broker</artifactId> <artifactId>activemq-broker</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.fusesource.hawtbuf</groupId> <groupId>org.fusesource.hawtbuf</groupId>