Repository: hbase Updated Branches: refs/heads/master 05f07f692 -> c90a4e8c6
HBASE-18630 Prune dependencies; as is branch-2 has duplicates Signed-off-by: Michael Stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c90a4e8c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c90a4e8c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c90a4e8c Branch: refs/heads/master Commit: c90a4e8c63dbc28a15d825fd26fbbefa63a1c634 Parents: 05f07f6 Author: Michael Stack <[email protected]> Authored: Mon Aug 21 17:14:53 2017 -0700 Committer: Michael Stack <[email protected]> Committed: Tue Aug 22 09:18:27 2017 -0700 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c90a4e8c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5040361..0d7c95d 100755 --- a/pom.xml +++ b/pom.xml @@ -2329,6 +2329,10 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2430,6 +2434,10 @@ <version>${hadoop-two.version}</version> <exclusions> <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> + <exclusion> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> </exclusion> @@ -2535,6 +2543,10 @@ <groupId>io.netty</groupId> <artifactId>netty</artifactId> </exclusion> + <exclusion> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2625,6 +2637,10 @@ <artifactId>hadoop-common</artifactId> <version>${hadoop-three.version}</version> <exclusions> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> <exclusion> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId>
