From 4bcc6b147c7a2a429a872fdacfa9655475fd71a0 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Tue, 11 Oct 2022 16:55:55 +0200 Subject: [PATCH] Exclude jackson-core from avro dependency This was bringing a version of Jackson that is conflicting with the required version of Jackson. --- spring-batch-infrastructure/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 68b660469..5aba4b252 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -88,6 +88,12 @@ avro ${avro.version} true + + + com.fasterxml.jackson.core + jackson-core + + com.google.code.gson