You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/11/13 21:52:05 UTC

hbase git commit: HBASE-19210 TestNamespacesInstanceResource fails - revert due to missing credit

Repository: hbase
Updated Branches:
  refs/heads/master 14f87a120 -> 42506a6bc


HBASE-19210 TestNamespacesInstanceResource fails - revert due to missing credit


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

Branch: refs/heads/master
Commit: 42506a6bcb98cf7190ebf521ebafb6b31dc1076a
Parents: 14f87a1
Author: tedyu <yu...@gmail.com>
Authored: Mon Nov 13 13:52:01 2017 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Mon Nov 13 13:52:01 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/42506a6b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b423085..1321a74 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1419,7 +1419,7 @@
     <httpclient.version>4.5.3</httpclient.version>
     <httpcore.version>4.4.6</httpcore.version>
     <metrics-core.version>3.2.1</metrics-core.version>
-    <jackson.version>2.9.2</jackson.version>
+    <jackson.version>2.9.1</jackson.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
     <jetty.version>9.4.6.v20170531</jetty.version>
     <jetty-jsp.version>9.2.19.v20160908</jetty-jsp.version>