1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

misc/openhab: Update to 4.0.0.

This commit is contained in:
Alexander Leidinger 2023-07-26 20:01:07 +02:00
parent b3a3ffe427
commit 5ae8f577ee
8 changed files with 232 additions and 171 deletions

View File

@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20230726:
AFFECTS: users of misc/openhab
AUTHOR: netchild@FreeBSD.org
The update to openhab 4.0.0 may require changes to the running 3.x setup.
Read the release notes at
https://github.com/openhab/openhab-distro/releases/tag/4.0.0
and the blog entry at
https://www.openhab.org/blog/2023-07-23-openhab-4-0-release.html
for manual changes which are required before updating the port.
After the update the pkg-message provides some more info about manual
changes which are required to perform before the first start of 4.0.0.
Note, this includes a switch from java 11 to java 17. You can deinstall
openjdk11 afterwards, if it is not needed for something else.
20230723:
AFFECTS: users of security/py-cryptography
AUTHOR: tcberner@FreeBSD.org

View File

@ -1,5 +1,5 @@
PORTNAME= openhab-addons
PORTVERSION= 3.4.4
PORTVERSION= 4.0.0
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/
DISTNAME= openhab-addons-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1683531923
SHA256 (openhab-addons-3.4.4.kar) = 852671e13fa35170947e49cf7a7b3423b4229807c84f1e26d681f4efd138e8da
SIZE (openhab-addons-3.4.4.kar) = 378496598
TIMESTAMP = 1690367656
SHA256 (openhab-addons-4.0.0.kar) = fec9aac5b6add6bcd388c9174ccf8bb402714bbeeef983e9f9a9aea7c3d38464
SIZE (openhab-addons-4.0.0.kar) = 393951468

View File

@ -1,5 +1,5 @@
PORTNAME= openhab
PORTVERSION= 3.4.4
PORTVERSION= 4.0.0
PORTREVISION= 0
CATEGORIES= misc java
MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
USES= cpe zip
USE_JAVA= yes
JAVA_VERSION= 11
JAVA_VERSION= 17
JAVA_RUN= yes
USE_RC_SUBR= openhab
SUB_FILES= pkg-message

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1683531251
SHA256 (openhab-3.4.4.zip) = 0b52f189fdad894dde2fbae63bf1143da2169e8d0d77ddd966f1cc199963d504
SIZE (openhab-3.4.4.zip) = 104330146
TIMESTAMP = 1690367365
SHA256 (openhab-4.0.0.zip) = 3871ae84eb53b1de26f025ff109fdc305648a328c1dd71f390c3a044538e8a11
SIZE (openhab-4.0.0.zip) = 104034005

View File

@ -60,7 +60,7 @@ export OPENHAB_USERDATA="${openhab_userdata_dir}"
export OPENHAB_LOGDIR="${openhab_log_dir}"
# for UTF-8 encoding, language can be set inside openhab:
export LC_ALL=en_US.UTF-8
export JAVA_VERSION=11
export JAVA_VERSION=17
pidfile=/var/run/${name}/${name}.pid

View File

@ -30,12 +30,35 @@ If you upgrade from a pevious version, make a backup of
and read about the breaking changes in the release notes at
https://github.com/openhab/openhab-distro/releases/
You need to change some configs:
export OPENHAB_USERDATA=/var/db/openhab/userdata
sed -i'.bak' -e "s:,javascript::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:javascript,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:javascript::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,cometvisu-php::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:cometvisu-php,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:cometvisu-php::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,innogysmarthome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:innogysmarthome,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:innogysmarthome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,imperihome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:imperihome,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:imperihome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,darksky::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:darksky,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:darksky::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
You may have to update the files in
/var/db/openhab/userdata/etc/
from
%%DATADIR%%/etc/
by hand.
At the end you need to run
export JAVA_VERSION=17
export OPENHAB_USERDATA=/var/db/openhab/userdata
java -jar "%%LOCALBASE%%/libexec/openhab/runtime/bin/upgradetool.jar"
In case you see issues in the logfile or outdated info in the webinterface,
you may want to remove the cache and restart:
rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi
@ -48,12 +71,35 @@ If you upgrade from a pevious version, make a backup of
and read about the breaking changes in the release notes at
https://github.com/openhab/openhab-distro/releases/
You need to change some configs:
OPENHAB_USERDATA=/var/db/openhab/userdata
sed -i'.bak' -e "s:,javascript::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:javascript,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:javascript::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,cometvisu-php::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:cometvisu-php,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:cometvisu-php::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,innogysmarthome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:innogysmarthome,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:innogysmarthome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,imperihome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:imperihome,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:imperihome::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:,darksky::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:darksky,::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
sed -i'.bak' -e "s:darksky::g" "$OPENHAB_USERDATA/config/org/openhab/addons.config"
You may have to update the files in
/var/db/openhab/userdata/etc/
from
%%DATADIR%%/etc/
by hand.
At the end you need to run
export JAVA_VERSION=17
export OPENHAB_USERDATA=/var/db/openhab/userdata
java -jar "%%LOCALBASE%%/libexec/openhab/runtime/bin/upgradetool.jar"
In case you see issues in the logfile or outdated info in the webinterface,
you may want to remove the cache and restart:
rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi

View File

@ -13,19 +13,20 @@ libexec/openhab/runtime/bin/status
libexec/openhab/runtime/bin/stop
libexec/openhab/runtime/bin/update
libexec/openhab/runtime/bin/update.lst
libexec/openhab/runtime/bin/upgradetool.jar
libexec/openhab/runtime/bin/userdata_sysfiles.lst
libexec/openhab/runtime/etc/jetty.xml
libexec/openhab/runtime/lib/README
libexec/openhab/runtime/lib/boot/README
libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.3.7.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.3.7.jar
libexec/openhab/runtime/lib/boot/osgi.core-7.0.0.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.4.3.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.4.3.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.4.3.jar
libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.4.3.jar
libexec/openhab/runtime/lib/boot/osgi.core-8.0.0.jar
libexec/openhab/runtime/lib/endorsed/README
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.3.7.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.3.7.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.3.7.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.4.3.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.4.3.jar
libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.4.3.jar
libexec/openhab/runtime/lib/ext/README
libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.10.jar
libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.3.jar
@ -35,42 +36,42 @@ libexec/openhab/runtime/lib/jdk9plus/org.apache.servicemix.specs.activation-api-
libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.3.jar
libexec/openhab/runtime/services.cfg
libexec/openhab/runtime/system/README
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.12.7/jackson-annotations-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.12.7/jackson-core-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.12.7/jackson-dataformat-cbor-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.12.7/jackson-dataformat-xml-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.7/jackson-dataformat-yaml-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.7/jackson-datatype-jsr310-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.7/jackson-jaxrs-base-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.7/jackson-jaxrs-json-provider-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.7/jackson-module-jaxb-annotations-2.12.7.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.14.1/jackson-annotations-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.14.1/jackson-core-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.14.1/jackson-dataformat-cbor-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.1/jackson-dataformat-xml-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.14.1/jackson-dataformat-yaml-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.14.1/jackson-datatype-jsr310-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.14.1/jackson-jaxrs-base-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.14.1/jackson-jaxrs-json-provider-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.14.1/jackson-module-jaxb-annotations-2.14.1.jar
libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.2.6/woodstox-core-6.2.6.jar
libexec/openhab/runtime/system/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
libexec/openhab/runtime/system/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar
libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
libexec/openhab/runtime/system/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.2.2/hivemq-mqtt-client-1.2.2.jar
libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1.OH1/nrjavaserial-5.2.1.OH1.jar
libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.jar
libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar
libexec/openhab/runtime/system/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar
libexec/openhab/runtime/system/de/jollyday/jollyday/0.5.10/jollyday-0.5.10.jar
libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.72.Final/netty-buffer-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.72.Final/netty-codec-http-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.72.Final/netty-codec-http2-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.72.Final/netty-codec-mqtt-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.72.Final/netty-codec-socks-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec/4.1.72.Final/netty-codec-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-common/4.1.72.Final/netty-common-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.72.Final/netty-handler-proxy-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler/4.1.72.Final/netty-handler-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.72.Final/netty-resolver-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.72.Final/netty-transport-classes-epoll-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.72.Final/netty-transport-native-epoll-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.72.Final/netty-transport-native-kqueue-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.72.Final/netty-transport-native-unix-common-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport/4.1.72.Final/netty-transport-4.1.72.Final.jar
libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.92.Final/netty-buffer-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.92.Final/netty-codec-http-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.92.Final/netty-codec-http2-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.92.Final/netty-codec-mqtt-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.92.Final/netty-codec-socks-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-codec/4.1.92.Final/netty-codec-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-common/4.1.92.Final/netty-common-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.92.Final/netty-handler-proxy-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-handler/4.1.92.Final/netty-handler-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.92.Final/netty-resolver-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.60.Final/netty-tcnative-classes-2.0.60.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.92.Final/netty-transport-classes-epoll-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.92.Final/netty-transport-native-epoll-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.92.Final/netty-transport-native-kqueue-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.92.Final/netty-transport-native-unix-common-4.1.92.Final.jar
libexec/openhab/runtime/system/io/netty/netty-transport/4.1.92.Final/netty-transport-4.1.92.Final.jar
libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.jar
libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.1.9/swagger-annotations-2.1.9.jar
libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.1.9/swagger-core-2.1.9.jar
@ -80,22 +81,20 @@ libexec/openhab/runtime/system/io/swagger/core/v3/swagger-models/2.1.9/swagger-m
libexec/openhab/runtime/system/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar
libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar
libexec/openhab/runtime/system/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.jar
libexec/openhab/runtime/system/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar
libexec/openhab/runtime/system/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar
libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar
libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
libexec/openhab/runtime/system/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar
libexec/openhab/runtime/system/javax/mail/mail/1.4.7/mail-1.4.7.jar
libexec/openhab/runtime/system/javax/measure/unit-api/2.1.3/unit-api-2.1.3.jar
libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.11.0/jna-platform-5.11.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna/5.11.0/jna-5.11.0.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar
libexec/openhab/runtime/system/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar
libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.0/org.apache.aries.jax.rs.whiteboard-2.0.0.jar
libexec/openhab/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar
libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.1/org.apache.aries.javax.jax.rs-api-1.0.1.jar
libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2/org.apache.aries.spifly.dynamic.bundle-1.3.2.jar
libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar
libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar
libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.4.5/cxf-core-3.4.5.jar
@ -105,72 +104,66 @@ libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.4.5/cxf-rt-rs-sse-
libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.4.5/cxf-rt-security-3.4.5.jar
libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.4.5/cxf-rt-transports-http-3.4.5.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.2/org.apache.felix.configadmin.plugin.interpolation-1.2.2.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.14/org.apache.felix.configurator-1.0.14.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.6/org.apache.felix.configadmin.plugin.interpolation-1.2.6.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.16/org.apache.felix.configurator-1.0.16.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/6.0.5/org.apache.felix.framework-6.0.5.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.6/org.apache.felix.inventory-1.0.6.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.1.0/org.apache.felix.inventory-1.1.0.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.30/org.apache.felix.scr-2.1.30.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.1.0/org.apache.felix.webconsole.plugins.ds-2.1.0.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.2.4/org.apache.felix.scr-2.2.4.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.2.0/org.apache.felix.webconsole.plugins.ds-2.2.0.jar
libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar
libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.3.7/org.apache.karaf.bundle.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.3.7/org.apache.karaf.config.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.3.7/org.apache.karaf.deployer.blueprint-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.3.7/org.apache.karaf.deployer.features-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.3.7/org.apache.karaf.deployer.kar-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.3.7/org.apache.karaf.deployer.wrap-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.3.7/org.apache.karaf.diagnostic.boot-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.3.7/org.apache.karaf.diagnostic.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.3.7/framework-4.3.7-features.xml
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.3.7/org.apache.karaf.features.command-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.3.7/org.apache.karaf.features.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.3.7/org.apache.karaf.features.extension-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.3.7/standard-4.3.7-features.xml
libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.3.7/org.apache.karaf.http.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.3.7/org.apache.karaf.instance.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.3.7/org.apache.karaf.jaas.boot-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.3.7/org.apache.karaf.jaas.command-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.3.7/org.apache.karaf.jaas.config-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.3.7/org.apache.karaf.jaas.modules-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.3.7/org.apache.karaf.kar.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.3.7/org.apache.karaf.log.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.3.7/org.apache.karaf.client-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.3.7/org.apache.karaf.event-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.3.7/org.apache.karaf.package.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.3.7/org.apache.karaf.scr.management-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.3.7/org.apache.karaf.scr.state-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.3.7/org.apache.karaf.service.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.3.7/org.apache.karaf.services.eventadmin-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.3.7/org.apache.karaf.shell.commands-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.3.7/org.apache.karaf.shell.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.3.7/org.apache.karaf.shell.ssh-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.3.7/org.apache.karaf.system.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.3.7/org.apache.karaf.webconsole.http-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.3.7/org.apache.karaf.wrapper.core-4.3.7.jar
libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.3/org.apache.karaf.bundle.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.4.3/org.apache.karaf.config.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.3/org.apache.karaf.deployer.blueprint-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.3/org.apache.karaf.deployer.features-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.3/org.apache.karaf.deployer.kar-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.4.3/org.apache.karaf.deployer.wrap-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.3/org.apache.karaf.diagnostic.boot-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.4.3/org.apache.karaf.diagnostic.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.4.3/framework-4.4.3-features.xml
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.4.3/org.apache.karaf.features.command-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.4.3/org.apache.karaf.features.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.3/org.apache.karaf.features.extension-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.4.3/standard-4.4.3-features.xml
libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.4.3/org.apache.karaf.http.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.4.3/org.apache.karaf.instance.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.3/org.apache.karaf.jaas.boot-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.4.3/org.apache.karaf.jaas.command-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.3/org.apache.karaf.jaas.config-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.3/org.apache.karaf.jaas.modules-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.3/org.apache.karaf.kar.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.4.3/org.apache.karaf.log.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.3/org.apache.karaf.client-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.4.3/org.apache.karaf.event-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.4.3/org.apache.karaf.package.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.4.3/org.apache.karaf.scr.management-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.4.3/org.apache.karaf.scr.state-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.4.3/org.apache.karaf.service.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.3/org.apache.karaf.services.eventadmin-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.4.3/org.apache.karaf.shell.commands-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.3/org.apache.karaf.shell.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.4.3/org.apache.karaf.shell.ssh-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.4.3/org.apache.karaf.system.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.3/org.apache.karaf.webconsole.http-4.4.3.jar
libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.4.3/org.apache.karaf.wrapper.core-4.4.3.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-websocket-api/1.1_1/org.apache.servicemix.bundles.javax-websocket-api-1.1_1.jar
libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0/org.apache.servicemix.specs.activation-api-1.1-2.9.0.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar
libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar
libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.14/org.apache.sling.commons.johnzon-1.2.14.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.8.0/sshd-scp-2.8.0.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.9.2/sshd-scp-2.9.2.jar
libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar
libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.21/xbean-bundleutils-4.21.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.21/xbean-finder-4.21.jar
libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.21/xbean-reflect-4.21.jar
libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.7.7/jose4j-0.7.7.jar
libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.jar
libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar
libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk15on/1.69/bcutil-jdk15on-1.69.jar
libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.9.3/jose4j-0.9.3.jar
libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk15on/1.70/bcpkix-jdk15on-1.70.jar
libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk15on/1.70/bcutil-jdk15on-1.70.jar
libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
libexec/openhab/runtime/system/org/eclipse/californium/californium-core/2.7.4/californium-core-2.7.4.jar
libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/2.7.4/californium-osgi-2.7.4.jar
@ -180,68 +173,71 @@ libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org
libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar
libexec/openhab/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.46.v20220331/jetty-client-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.46.v20220331/jetty-continuation-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.46.v20220331/jetty-deploy-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.46.v20220331/jetty-jaas-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.46.v20220331/jetty-jmx-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.46.v20220331/jetty-jndi-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.46.v20220331/jetty-plus-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.46.v20220331/jetty-proxy-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.46.v20220331/jetty-rewrite-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.46.v20220331/jetty-servlets-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.46.v20220331/javax-websocket-client-impl-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.46.v20220331/javax-websocket-server-impl-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.46.v20220331/websocket-api-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.46.v20220331/websocket-client-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.46.v20220331/websocket-common-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.46.v20220331/websocket-server-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.46.v20220331/websocket-servlet-9.4.46.v20220331.jar
libexec/openhab/runtime/system/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar
libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/9.4.50.v20221201/http2-client-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/9.4.50.v20221201/http2-common-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/9.4.50.v20221201/http2-hpack-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/9.4.50.v20221201/http2-server-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/9.4.50.v20221201/jetty-alpn-client-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/9.4.50.v20221201/jetty-alpn-java-client-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/9.4.50.v20221201/jetty-alpn-java-server-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/9.4.50.v20221201/jetty-alpn-server-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.50.v20221201/jetty-client-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.50.v20221201/jetty-continuation-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.50.v20221201/jetty-http-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.50.v20221201/jetty-io-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.50.v20221201/jetty-jaas-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.50.v20221201/jetty-jmx-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.50.v20221201/jetty-proxy-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.50.v20221201/jetty-rewrite-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.50.v20221201/jetty-security-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.50.v20221201/jetty-servlet-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.50.v20221201/jetty-servlets-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.50.v20221201/jetty-util-ajax-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.50.v20221201/jetty-util-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.50.v20221201/jetty-xml-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.50.v20221201/websocket-api-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.50.v20221201/websocket-client-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.50.v20221201/websocket-common-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.50.v20221201/websocket-server-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.50.v20221201/websocket-servlet-9.4.50.v20221201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.0/org.eclipse.lsp4j.jsonrpc-0.12.0.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.12.0/org.eclipse.lsp4j-0.12.0.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0/org.eclipse.lsp4j.jsonrpc-0.19.0.jar
libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0/org.eclipse.lsp4j-0.19.0.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.inject/5.0.1.v20210324-2015/com.google.inject-5.0.1.v20210324-2015.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.138.v20211212-1642/io.github.classgraph-4.8.138.v20211212-1642.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149.v20220915-0556/io.github.classgraph-4.8.149.v20220915-0556.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0.v20220506-1020/net.i2p.crypto.eddsa-0.3.0.v20220506-1020.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/1.0.0.v201105210816/org.aopalliance-1.0.0.v201105210816.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.26.0/org.eclipse.xtend.lib.macro-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.26.0/org.eclipse.xtend.lib-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.26.0/org.eclipse.xtext.common.types-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.26.0/org.eclipse.xtext.ide-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.26.0/org.eclipse.xtext.smap-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.26.0/org.eclipse.xtext.util-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.26.0/org.eclipse.xtext.xbase.ide-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.26.0/org.eclipse.xtext.xbase.lib-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.26.0/org.eclipse.xtext.xbase-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.26.0/org.eclipse.xtext-2.26.0.jar
libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.29.0/org.eclipse.xtend.lib.macro-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.29.0/org.eclipse.xtend.lib-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.29.0/org.eclipse.xtext.common.types-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.29.0/org.eclipse.xtext.ide-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.29.0/org.eclipse.xtext.smap-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.29.0/org.eclipse.xtext.util-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.29.0/org.eclipse.xtext.xbase.ide-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.29.0/org.eclipse.xtext.xbase.lib-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.29.0/org.eclipse.xtext.xbase-2.29.0.jar
libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.29.0/org.eclipse.xtext-2.29.0.jar
libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar
libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
libexec/openhab/runtime/system/org/javassist/javassist/3.27.0-GA/javassist-3.27.0-GA.jar
libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar
libexec/openhab/runtime/system/org/jline/jline/3.21.0/jline-3.21.0.jar
libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.8/jmdns-3.5.8.jar
libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.6.1/org.jupnp-2.6.1.jar
libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.7.0/org.jupnp-2.7.0.jar
libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/%%PORTVERSION%%/org.openhab.core.addon.marketplace.karaf-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/%%PORTVERSION%%/org.openhab.core.addon.marketplace-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon/%%PORTVERSION%%/org.openhab.core.addon-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/%%PORTVERSION%%/org.openhab.core.audio-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/%%PORTVERSION%%/org.openhab.core.auth.jaas-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/%%PORTVERSION%%/org.openhab.core.auth.oauth2client-%%PORTVERSION%%.jar
@ -250,7 +246,6 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automat
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/%%PORTVERSION%%/org.openhab.core.automation.module.script-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/%%PORTVERSION%%/org.openhab.core.automation.rest-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/%%PORTVERSION%%/org.openhab.core.automation-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.binding.xml/%%PORTVERSION%%/org.openhab.core.binding.xml-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/%%PORTVERSION%%/org.openhab.core.config.core-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/%%PORTVERSION%%/org.openhab.core.config.discovery.mdns-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/%%PORTVERSION%%/org.openhab.core.config.discovery.upnp-%%PORTVERSION%%.jar
@ -260,7 +255,6 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/%%PORTVERSION%%/org.openhab.core.config.discovery-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/%%PORTVERSION%%/org.openhab.core.config.dispatch-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/%%PORTVERSION%%/org.openhab.core.config.serial-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.xml/%%PORTVERSION%%/org.openhab.core.config.xml-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/%%PORTVERSION%%/org.openhab.core.ephemeris-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/%%PORTVERSION%%/org.openhab.core.id-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/%%PORTVERSION%%/org.openhab.core.io.bin2json-%%PORTVERSION%%.jar
@ -316,7 +310,6 @@ libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.t
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/%%PORTVERSION%%/org.openhab.core.persistence-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/%%PORTVERSION%%/org.openhab.core.semantics-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/%%PORTVERSION%%/org.openhab.core.storage.json-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing.xml/%%PORTVERSION%%/org.openhab.core.thing.xml-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/%%PORTVERSION%%/org.openhab.core.thing-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/%%PORTVERSION%%/org.openhab.core.transform-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/%%PORTVERSION%%/org.openhab.core.ui.icon-%%PORTVERSION%%.jar
@ -328,35 +321,40 @@ libexec/openhab/runtime/system/org/openhab/distro/distro/%%PORTVERSION%%/distro-
libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/%%PORTVERSION%%/openhab-addons-%%PORTVERSION%%-features.xml
libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.27/com.google.dagger-2.27.jar
libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar
libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/0.17.1/io.methvin.directory-watcher-0.17.1.jar
libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.1/si.uom.si-units-2.1.jar
libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/%%PORTVERSION%%/org.openhab.ui.iconset.classic-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.0.16/pax-logging-api-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.0.16/pax-logging-log4j2-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.0.16/pax-logging-logback-2.0.16.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.10/pax-url-aether-2.6.10.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.10/pax-url-wrap-2.6.10-uber.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.3.25/pax-web-api-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.3.25/pax-web-extender-whiteboard-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.25/pax-web-features-7.3.25-features.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.3.25/pax-web-features-7.3.25-jettyconfig.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.3.25/pax-web-jetty-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.3.25/pax-web-jsp-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.3.25/pax-web-runtime-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.3.25/pax-web-spi-7.3.25.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.2.0/pax-logging-api-2.2.0.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.2.0/pax-logging-log4j2-2.2.0.jar
libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.2.0/pax-logging-logback-2.2.0.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.12/pax-url-aether-2.6.12.jar
libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.12/pax-url-wrap-2.6.12-uber.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/8.0.15/pax-web-api-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.15/pax-web-compatibility-servlet31-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.15/pax-web-extender-whiteboard-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.15/pax-web-features-8.0.15-config-jetty.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.15/pax-web-features-8.0.15-context-jetty.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.15/pax-web-features-8.0.15-features.xml
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/8.0.15/pax-web-jetty-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/8.0.15/pax-web-runtime-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/8.0.15/pax-web-spi-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/8.0.15/pax-web-tomcat-common-8.0.15.jar
libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/8.0.15/pax-web-websocket-8.0.15.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar
libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm/9.2/asm-9.2.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar
libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar
libexec/openhab/runtime/system/org/ow2/asm/asm/9.4/asm-9.4.jar
libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar
libexec/openhab/runtime/system/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar
libexec/openhab/runtime/system/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar
libexec/openhab/runtime/system/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar
libexec/openhab/runtime/system/si/uom/si-quantity/2.1/si-quantity-2.1.jar
libexec/openhab/runtime/system/tech/units/indriya/2.1.2/indriya-2.1.2.jar
libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar