From e2be61a7c5278b0a1d5f59ede20cbb82d215c5b3 Mon Sep 17 00:00:00 2001 From: Michael Reichert Date: Wed, 8 May 2024 16:43:01 +0200 Subject: [PATCH] remove explicit version for jackson-databind --- core/pom.xml | 1 - tools/pom.xml | 1 - web-api/pom.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 056c14fce48..c0502105e17 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -62,7 +62,6 @@ com.fasterxml.jackson.core jackson-databind - 2.11.4 com.graphhopper.external diff --git a/tools/pom.xml b/tools/pom.xml index 124e8a5f482..9e1d64e9679 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -39,7 +39,6 @@ com.fasterxml.jackson.core jackson-databind - 2.11.4 com.graphhopper.external diff --git a/web-api/pom.xml b/web-api/pom.xml index 6cb44314620..b7b89565837 100644 --- a/web-api/pom.xml +++ b/web-api/pom.xml @@ -23,7 +23,6 @@ com.fasterxml.jackson.core jackson-databind - 2.11.4 com.graphhopper.external