From 4238a951ca08e61599d979eb0401262dcbf60dbf Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Tue, 17 Oct 2023 23:25:09 +1300 Subject: [PATCH] Make Jackson a transitive dependency of ebean-jackson-mapper So jackson-core and jackson-databind are both transitive dependencies of ebean-jackson-mapper. --- ebean-jackson-mapper/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ebean-jackson-mapper/pom.xml b/ebean-jackson-mapper/pom.xml index 916f34041..9572d941f 100644 --- a/ebean-jackson-mapper/pom.xml +++ b/ebean-jackson-mapper/pom.xml @@ -22,14 +22,12 @@ com.fasterxml.jackson.core jackson-core ${jackson.version} - provided com.fasterxml.jackson.core jackson-databind ${jackson.version} - provided