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:
@@ -4,7 +4,6 @@
|
||||
|
||||
<feature name="openhab-binding-network" description="Network Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-core-model-script</feature>
|
||||
<feature dependency="true">openhab.tp-commons-net</feature>
|
||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.network/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
Reference in New Issue
Block a user