Repository: hbase Updated Branches: refs/heads/branch-2 d15947895 -> 9719fe828
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/9719fe82 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9719fe82 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9719fe82 Branch: refs/heads/branch-2 Commit: 9719fe8289fcd93237014c05b3a79d22d2ed3f87 Parents: d159478 Author: Michael Stack <[email protected]> Authored: Mon Aug 21 17:14:53 2017 -0700 Committer: Michael Stack <[email protected]> Committed: Tue Aug 22 09:21:23 2017 -0700 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9719fe82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a785715..484ba19 100644 --- a/pom.xml +++ b/pom.xml @@ -2275,6 +2275,10 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2376,6 +2380,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> @@ -2481,6 +2489,10 @@ <groupId>io.netty</groupId> <artifactId>netty</artifactId> </exclusion> + <exclusion> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2571,6 +2583,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>
