You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/01/19 13:25:02 UTC

[28/31] hbase git commit: HBASE-19825 Fix hadoop3 compat test failures, need commons-beanutils from hadoop 3

HBASE-19825 Fix hadoop3 compat test failures, need commons-beanutils from hadoop 3


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9ba961a5
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9ba961a5
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9ba961a5

Branch: refs/heads/HBASE-19064
Commit: 9ba961a5eff2561524eea51eed7c2440109baf89
Parents: 2018ffc
Author: Umesh Agashe <ua...@cloudera.com>
Authored: Thu Jan 18 16:09:32 2018 -0800
Committer: Apekshit Sharma <ap...@cloudera.com>
Committed: Thu Jan 18 18:28:54 2018 -0800

----------------------------------------------------------------------
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba961a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bbfb122..cb1d0bf 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2889,10 +2889,6 @@
                <artifactId>htrace-core</artifactId>
              </exclusion>
              <exclusion>
-               <groupId>commons-beanutils</groupId>
-               <artifactId>commons-beanutils</artifactId>
-             </exclusion>
-             <exclusion>
                <groupId>javax.servlet.jsp</groupId>
                <artifactId>jsp-api</artifactId>
              </exclusion>