mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-31 13:34:22 +02:00
Remove openhab-transport-http feature dependencies (#16202)
The openhab-transport-http feature dependency is redundant since OH 2.3 when it was added to the openhab-runtime-base feature dependencies. See: * https://github.com/openhab/openhab-core/pull/344 * https://github.com/openhab/openhab-addons/pull/16181#issuecomment-1876015592 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<feature name="openhab-binding-hyperion" description="Hyperion Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-transport-mdns</feature>
|
||||
<feature>openhab-transport-http</feature>
|
||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.hyperion/${project.version}</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
||||
Reference in New Issue
Block a user