From 596c4e08b96a64c0ec0a1519f8253eb44741de3c Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sun, 28 Jun 2020 12:38:53 -0700 Subject: [PATCH] [somfymylink] add missing feature.xml and pom entry (#8024) Signed-off-by: Chris Johnson Signed-off-by: CSchlipp --- bom/openhab-addons/pom.xml | 5 +++++ .../src/feature/feature.xml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 bundles/org.openhab.binding.somfymylink/src/feature/feature.xml diff --git a/bom/openhab-addons/pom.xml b/bom/openhab-addons/pom.xml index e17cd33ce3889..d6f4d245b07ee 100644 --- a/bom/openhab-addons/pom.xml +++ b/bom/openhab-addons/pom.xml @@ -949,6 +949,11 @@ org.openhab.binding.somfytahoma ${project.version} + + org.openhab.addons.bundles + org.openhab.binding.somfymylink + ${project.version} + org.openhab.addons.bundles org.openhab.binding.sonos diff --git a/bundles/org.openhab.binding.somfymylink/src/feature/feature.xml b/bundles/org.openhab.binding.somfymylink/src/feature/feature.xml new file mode 100644 index 0000000000000..6e8e7c3d2c3d1 --- /dev/null +++ b/bundles/org.openhab.binding.somfymylink/src/feature/feature.xml @@ -0,0 +1,9 @@ + + + mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features + + + openhab-runtime-base + mvn:org.openhab.addons.bundles/org.openhab.binding.somfymylink/${project.version} + +