ACCUMULO-4012 Add slf4j-api to fate POM
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c05ab0a3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c05ab0a3 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c05ab0a3 Branch: refs/heads/master Commit: c05ab0a3866f66a4209018408040b0f1078121d1 Parents: d301f4e Author: Christopher Tubbs <[email protected]> Authored: Tue Sep 29 18:21:32 2015 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Tue Sep 29 18:21:32 2015 -0400 ---------------------------------------------------------------------- fate/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c05ab0a3/fate/pom.xml ---------------------------------------------------------------------- diff --git a/fate/pom.xml b/fate/pom.xml index 5929a3d..56efccd 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -43,6 +43,10 @@ <artifactId>zookeeper</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>
