From c339fd974e49c04ab3ddc89dcd7dec30ad207086 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 30 Nov 2024 12:49:33 +0100 Subject: [PATCH] Improve jollyday-jackson OSGi bundle compatiblity It still works fine with Jackson 2.17 so there is no need to require Jackson 2.18+. Requiring Jackson 2.18 in OSGi applications having other dependencies is a headache because this version uses Woodstox 7. Woodstox 7 is not yet supported in bundle version ranges of any CXF or Aries JAX RS Whiteboard release. Signed-off-by: Wouter Born --- jollyday-jackson/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jollyday-jackson/pom.xml b/jollyday-jackson/pom.xml index 6ec68d13f..f208709e8 100644 --- a/jollyday-jackson/pom.xml +++ b/jollyday-jackson/pom.xml @@ -72,6 +72,7 @@ de.focus_shift.jollyday-jackson + com.fasterxml.jackson.*;version="[2.17,3)",* de.focus_shift.jollyday.jackson.* osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar)" osgi.serviceloader;osgi.serviceloader=de.focus_shift.jollyday.core.spi.ConfigurationService