From 5b31a660e85f30f5fb073b8f24a7cb5e50e3545b Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Mon, 27 May 2019 14:50:49 +0800 Subject: [PATCH] HBASE-22478 Add jackson dependency for hbase-http module --- hbase-http/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index 4328575279..9288ba667b 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -55,7 +55,6 @@ org.apache.maven.plugins maven-remote-resources-plugin - 1.5 default @@ -345,6 +344,11 @@ org.apache.hadoop hadoop-auth + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + @@ -398,6 +402,10 @@ test + + com.fasterxml.jackson.core + jackson-core + -- 2.17.1