From b8c3c3df778434aea59fd2d3f62b6aa5ef8afc0b Mon Sep 17 00:00:00 2001 From: J-N-K Date: Thu, 4 Jan 2024 09:02:50 +0100 Subject: [PATCH] [systeminfo] Bump OSHI to 6.4.8 (#16197) This is the latest OSHI version that is compatible with the Karaf provided JNA 5.13.0 Signed-off-by: Jan N. Klug --- bundles/org.openhab.binding.systeminfo/pom.xml | 18 +----------------- .../src/main/feature/feature.xml | 4 +--- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/bundles/org.openhab.binding.systeminfo/pom.xml b/bundles/org.openhab.binding.systeminfo/pom.xml index 2dc3404e57..6f5d911f14 100644 --- a/bundles/org.openhab.binding.systeminfo/pom.xml +++ b/bundles/org.openhab.binding.systeminfo/pom.xml @@ -14,27 +14,11 @@ openHAB Add-ons :: Bundles :: Systeminfo Binding - - jna,jna-platform - - - - net.java.dev.jna - jna-platform - 5.12.1 - compile - - - net.java.dev.jna - jna - 5.12.1 - compile - com.github.oshi oshi-core - 6.2.2 + 6.4.8 compile diff --git a/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml b/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml index ea3cbed6ae..d41a470915 100644 --- a/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml +++ b/bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml @@ -4,9 +4,7 @@ openhab-runtime-base - mvn:net.java.dev.jna/jna/5.12.1 - mvn:net.java.dev.jna/jna-platform/5.12.1 - mvn:com.github.oshi/oshi-core/6.2.2 + mvn:com.github.oshi/oshi-core/6.4.8 mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version} -- 2.47.3