Repository: gora Updated Branches: refs/heads/master a72c5d360 -> a5f048277
Resolved issue with slf4j-api version conflict described at: https://issues.apache.org/jira/browse/GORA-372 By @dobromyslov This closes #8 Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/685d73fd Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/685d73fd Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/685d73fd Branch: refs/heads/master Commit: 685d73fd28b008c3a01e98a95c158ee5c0a24155 Parents: a72c5d3 Author: Henry Saputra <[email protected]> Authored: Fri Sep 19 11:52:37 2014 -0700 Committer: Henry Saputra <[email protected]> Committed: Fri Sep 19 11:58:28 2014 -0700 ---------------------------------------------------------------------- gora-hbase/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/685d73fd/gora-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml index 77075fd..f1392e5 100644 --- a/gora-hbase/pom.xml +++ b/gora-hbase/pom.xml @@ -112,6 +112,12 @@ <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
