From b37035ed9b0beeb5e07d6e1c121154eece1a2c87 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 20 Oct 2020 12:24:07 -0400 Subject: [PATCH] feat: add jackson-core to the list of managed dependencies (#190) * feat: add jackson-core to the list of managed dependencies * import jackson-bom instead * import it as a BOM --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e2aefe5a..0fc2beba 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 0.24.0 3.0.2 2.4.0 + 2.11.3 @@ -184,6 +185,13 @@ error_prone_annotations ${errorprone.version} + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import +