Start spifly early (#4526)

Signed-off-by: Florian Hotze <dev@florianhotze.com>
pull/4530/head
Florian Hotze 2024-12-28 18:35:13 +01:00 committed by GitHub
parent 8b68aa7441
commit 7a61dc4b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
-->
<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<!-- TODO: workaround for KARAF-7843, remove after upgrade to 4.4.7 or higher -->
<feature name="spifly">
<feature>asm</feature>
<bundle start-level="30">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7</bundle>
</feature>
<feature name="openhab.tp-base" description="openHAB Core Target Platform Base" version="${project.version}">
<capability>openhab.tp;feature=base;version=1.0.0</capability>