You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/04/28 10:24:49 UTC

git commit: Improved dependency exclusion to isolate necesary and optional Hadoop dependencies

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master 6b0f5f1a3 -> a9d89dc91


Improved dependency exclusion to isolate necesary and optional Hadoop
dependencies

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/a9d89dc9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/a9d89dc9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/a9d89dc9

Branch: refs/heads/master
Commit: a9d89dc91a517d0b7f52adabc886fe2aa7b0187c
Parents: 6b0f5f1
Author: Kasper Sørensen <i....@gmail.com>
Authored: Fri Apr 25 15:19:06 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Fri Apr 25 15:19:06 2014 +0200

----------------------------------------------------------------------
 hbase/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/a9d89dc9/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/hbase/pom.xml b/hbase/pom.xml
index 3780817..42d1081 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -36,6 +36,10 @@
 			<version>${hbase.version}</version>
 			<exclusions>
 				<exclusion>
+					<groupId>org.slf4j</groupId>
+					<artifactId>slf4j-log4j12</artifactId>
+				</exclusion>
+				<exclusion>
 					<artifactId>log4j</artifactId>
 					<groupId>log4j</groupId>
 				</exclusion>