mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-31 13:34:22 +02:00
Remove redundant feature dependencies (#16204)
* Remove redundant feature dependencies The following features are already dependencies of openhab-runtime-base: * openhab-core-base * openhab-core-model-item * openhab-core-model-script * openhab-transport-mdns See also: https://github.com/openhab/openhab-addons/pull/16202#issuecomment-1876875456 * Remove redundant openhab.tp-jackson and openhab.tp-jaxb feature dependencies Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<feature name="openhab-binding-avmfritz" description="AVM FRITZ!Box Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-transport-upnp</feature>
|
||||
<feature dependency="true">openhab.tp-jaxb</feature>
|
||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.avmfritz/${project.version}</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
||||
Reference in New Issue
Block a user