From 661df575b502e6f833e7f6e9190d6eaffd02f2f8 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 09:04:00 +0200 Subject: [PATCH] Updated com.fasterxml.jackson.jackson.jackon-bom to 2.11.0, removed org.codehaus.woodstox.woodstox-core-asl (causes conflicts) --- ccm-core/pom.xml | 4 ---- pom.xml | 9 +-------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index cc19e2cdf..d18abe4ff 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -254,10 +254,6 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - - org.codehaus.woodstox - woodstox-core-asl - com.fasterxml.jackson.dataformat jackson-dataformat-csv diff --git a/pom.xml b/pom.xml index 554152af2..05005a056 100644 --- a/pom.xml +++ b/pom.xml @@ -718,17 +718,10 @@ com.fasterxml.jackson jackson-bom - 2.9.8 + 2.11.0 import pom - - - - org.codehaus.woodstox - woodstox-core-asl - 4.4.1 -