This is an automated email from the ASF dual-hosted git repository. stack pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 73e4068 HBASE-22052 pom cleaning; ADDENDUM 73e4068 is described below
commit 73e40680c09726cb6454a6d9e65c837625090cc7 Author: stack <[email protected]> AuthorDate: Sat Mar 23 17:19:58 2019 -0400 HBASE-22052 pom cleaning; ADDENDUM --- hbase-server/pom.xml | 10 ---------- hbase-shaded/hbase-shaded-mapreduce/pom.xml | 24 ------------------------ 2 files changed, 34 deletions(-) diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 86d9736..143b475 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -715,16 +715,6 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-client</artifactId> - <exclusions> - <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <exclusions> <exclusion> diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml b/hbase-shaded/hbase-shaded-mapreduce/pom.xml index 9f3fdb8..6aeb2a3 100644 --- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml +++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml @@ -267,30 +267,6 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> - <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-client</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-core</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-json</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-guice</artifactId> - </exclusion> - <exclusion> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - </exclusion> </exclusions> </dependency> <dependency>
