From fe0f6139a571ce25f3485114caed12af03f12fd1 Mon Sep 17 00:00:00 2001 From: Charles Allen Date: Wed, 6 Jul 2016 17:19:10 -0700 Subject: [PATCH] Exclude more com.fasterxml.jackson things --- pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/pom.xml b/pom.xml index d7d2f5a37c44..4307abdf3062 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,20 @@ com.metamx emitter 0.3.6 + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + com.metamx @@ -128,17 +142,57 @@ org.slf4j slf4j-api + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + com.metamx bytebuffer-collections 0.2.5 + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + com.metamx server-metrics 0.2.8 + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + commons-codec @@ -646,6 +700,14 @@ org.apache.httpcomponents httpcore + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core +