From 342b9bbbe449ac003878b4557d40834a9d8e40c9 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Fri, 9 Aug 2019 12:45:08 -0700 Subject: [PATCH] Amend HBASE-22728 Upgrade jackson dependencies in branch-1 hbase-assembly requires hbase-rest and jackson dependencies at test scope or else we can't launch the rest gateway for testing out of a dev build. --- hbase-assembly/pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 2499097931..712b6d0009 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -164,6 +164,10 @@ org.apache.hbase hbase-server + + org.apache.hbase + hbase-rest + org.apache.hbase hbase-thrift @@ -222,7 +226,27 @@ org.codehaus.jackson jackson-mapper-asl - provided + test + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + test + + + com.fasterxml.jackson.core + jackson-annotations + test + + + com.fasterxml.jackson.core + jackson-core + test + + + com.fasterxml.jackson.core + jackson-databind + test -- 2.22.0