aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc-all
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-08-29 19:35:07 -0700
committerJacques Nadeau <jacques@apache.org>2014-08-31 10:27:19 -0700
commitb9e384dc9a8889e5cb1a9ac05b48c6b99096fe73 (patch)
tree9b22af5ab41e2417a4638343cb3635bbe269a192 /exec/jdbc-all
parent7cd659d24ea47c829f795832b9b9ec90dd31ae7b (diff)
Maven cleanup & pom fixes
Diffstat (limited to 'exec/jdbc-all')
-rw-r--r--exec/jdbc-all/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index d7679773d..650f78a74 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -42,6 +42,10 @@
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ </exclusion>
+ <exclusion>
<artifactId>jersey-container-jetty-servlet</artifactId>
<groupId>org.glassfish.jersey.containers</groupId>
</exclusion>
@@ -50,8 +54,12 @@
<groupId>org.eclipse.jetty</groupId>
</exclusion>
<exclusion>
- <artifactId>hadoop-core</artifactId>
<groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
</exclusion>
<exclusion>
<artifactId>jersey-media-multipart</artifactId>