From 23a57e2e6ccd142fe471acc14e0e9570438eeb38 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Wed, 7 Aug 2019 11:08:49 -0700 Subject: [PATCH] Amend HBASE-22728 Upgrade jackson dependencies in branch-1 hbase-rest requires Jackson functionality; include at 'compile' scope instead of 'provided' so we are functional out of the box. --- hbase-examples/pom.xml | 16 ++++++++++++++++ hbase-rest/pom.xml | 4 ---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 3ce37ef654..64e0b2609a 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -170,6 +170,22 @@ org.codehaus.jackson jackson-mapper-asl + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index a28ea0c58a..3662bf42c7 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -325,22 +325,18 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - provided com.fasterxml.jackson.core jackson-annotations - provided com.fasterxml.jackson.core jackson-core - provided com.fasterxml.jackson.core jackson-databind - provided -- 2.22.0