enable mapr profile hbase
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/ceb58c41 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/ceb58c41 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/ceb58c41 Branch: refs/heads/master Commit: ceb58c4149f00de4729ff7350b576823e71fbdfc Parents: 496b5d0 Author: Jacques Nadeau <jacq...@apache.org> Authored: Wed Aug 27 17:53:55 2014 -0700 Committer: Jacques Nadeau <jacq...@apache.org> Committed: Wed Aug 27 18:30:57 2014 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ceb58c41/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 069f3ac..a63dc6c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -132,6 +132,10 @@ <groupId>org.slf4j</groupId> </exclusion> <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> </exclusion> @@ -265,7 +269,6 @@ <groupId>com.mapr.hadoop</groupId> <artifactId>maprfs</artifactId> </dependency> - <!-- <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> @@ -284,6 +287,11 @@ <groupId>org.slf4j</groupId> </exclusion> <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + + <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> </exclusion> @@ -330,6 +338,10 @@ <artifactId>mapr-hbase</artifactId> <exclusions> <exclusion> + <artifactId>slf4j-log4j12</artifactId> + <groupId>org.slf4j</groupId> + </exclusion> + <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> @@ -339,7 +351,7 @@ </exclusion> </exclusions> </dependency> - --> + </dependencies> <build> <plugins>