From de8c234e0b55da1751a5049f6723c60a16865111 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 Signed-off-by: Guanghao Zhang --- 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 1d357a06e7b..bfd460e2c0f 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 @@ -379,6 +378,11 @@ org.apache.hadoop hadoop-auth + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + @@ -432,6 +436,10 @@ test + + com.fasterxml.jackson.core + jackson-core +