From 2274ad73766c82bf36201378e9759590d346a36a Mon Sep 17 00:00:00 2001 From: Arne Seime Date: Sun, 5 Feb 2023 17:52:49 +0100 Subject: [PATCH] Reduce footprint by reusing existing bundles --- bundles/org.openhab.binding.august/pom.xml | 16 +++++++++------- .../src/main/feature/feature.xml | 9 ++++++--- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/bundles/org.openhab.binding.august/pom.xml b/bundles/org.openhab.binding.august/pom.xml index 7a7c8cc8a7c99..8e8876d4ed999 100644 --- a/bundles/org.openhab.binding.august/pom.xml +++ b/bundles/org.openhab.binding.august/pom.xml @@ -24,7 +24,8 @@ com.google.code.gson gson - 2.9.0 + 2.8.9 + provided @@ -48,25 +49,28 @@ com.fasterxml.jackson.dataformat jackson-dataformat-cbor - 2.14.2 + 2.12.7 com.fasterxml.jackson.core jackson-annotations - 2.14.2 + 2.12.7 + provided com.fasterxml.jackson.core jackson-core - 2.14.2 + 2.12.7 + provided com.fasterxml.jackson.core jackson-databind - 2.14.2 + 2.12.7.1 + provided