mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-27 07:41:39 +01:00
[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 <github@klug.nrw> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
7e184b2152
commit
3fd44847f6
@ -14,27 +14,11 @@
|
|||||||
|
|
||||||
<name>openHAB Add-ons :: Bundles :: Systeminfo Binding</name>
|
<name>openHAB Add-ons :: Bundles :: Systeminfo Binding</name>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<dep.noembedding>jna,jna-platform</dep.noembedding>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<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>
|
<dependency>
|
||||||
<groupId>com.github.oshi</groupId>
|
<groupId>com.github.oshi</groupId>
|
||||||
<artifactId>oshi-core</artifactId>
|
<artifactId>oshi-core</artifactId>
|
||||||
<version>6.2.2</version>
|
<version>6.4.8</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -4,9 +4,7 @@
|
|||||||
|
|
||||||
<feature name="openhab-binding-systeminfo" description="System Info Binding" version="${project.version}">
|
<feature name="openhab-binding-systeminfo" description="System Info Binding" version="${project.version}">
|
||||||
<feature>openhab-runtime-base</feature>
|
<feature>openhab-runtime-base</feature>
|
||||||
<bundle dependency="true">mvn:net.java.dev.jna/jna/5.12.1</bundle>
|
<bundle dependency="true">mvn:com.github.oshi/oshi-core/6.4.8</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 start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version}</bundle>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.systeminfo/${project.version}</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
|
Loading…
Reference in New Issue
Block a user