]> git.basschouten.com Git - openhab-addons.git/commitdiff
[systeminfo] Bump OSHI to 6.4.8 (#16197)
authorJ-N-K <github@klug.nrw>
Thu, 4 Jan 2024 08:02:50 +0000 (09:02 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 08:02:50 +0000 (09:02 +0100)
This is the latest OSHI version that is compatible with the Karaf provided JNA 5.13.0

Signed-off-by: Jan N. Klug <github@klug.nrw>
bundles/org.openhab.binding.systeminfo/pom.xml
bundles/org.openhab.binding.systeminfo/src/main/feature/feature.xml

index 2dc3404e570959f909c33af5273f838991f9e3c7..6f5d911f148d8590db501248118d7a4c576aa356 100644 (file)
 
   <name>openHAB Add-ons :: Bundles :: Systeminfo Binding</name>
 
-  <properties>
-    <dep.noembedding>jna,jna-platform</dep.noembedding>
-  </properties>
-
   <dependencies>
-    <dependency>
-      <groupId>net.java.dev.jna</groupId>
-      <artifactId>jna-platform</artifactId>
-      <version>5.12.1</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>net.java.dev.jna</groupId>
-      <artifactId>jna</artifactId>
-      <version>5.12.1</version>
-      <scope>compile</scope>
-    </dependency>
     <dependency>
       <groupId>com.github.oshi</groupId>
       <artifactId>oshi-core</artifactId>
-      <version>6.2.2</version>
+      <version>6.4.8</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
index ea3cbed6ae137e4ca5c71b0d930cad6cfdc1a130..d41a470915edc4d8fab8ffac7a8818b676053ed0 100644 (file)
@@ -4,9 +4,7 @@
 
        <feature name="openhab-binding-systeminfo" description="System Info Binding" version="${project.version}">
                <feature>openhab-runtime-base</feature>
-               <bundle dependency="true">mvn:net.java.dev.jna/jna/5.12.1</bundle>
-               <bundle dependency="true">mvn:net.java.dev.jna/jna-platform/5.12.1</bundle>
-               <bundle dependency="true">mvn:com.github.oshi/oshi-core/6.2.2</bundle>
+               <bundle dependency="true">mvn:com.github.oshi/oshi-core/6.4.8</bundle>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version}</bundle>
        </feature>
 </features>