aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-08-27 17:53:55 -0700
committerJacques Nadeau <jacques@apache.org>2014-08-27 18:30:57 -0700
commitceb58c4149f00de4729ff7350b576823e71fbdfc (patch)
treead533bd713348fb0be5e0447d9b15da9b3aa3bc2
parent496b5d0a1a8ce5e1cdaf06d127400f1e7e7687b0 (diff)
enable mapr profile hbase
-rw-r--r--distribution/pom.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 069f3aca9..a63dc6c91 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>