Community Marketplace Add-on Service - initial contribution (#2405)

Signed-off-by: Yannick Schaus <github@schaus.net>
This commit is contained in:
Yannick Schaus
2021-09-14 09:04:04 +02:00
committed by GitHub
parent 4d842f4ba3
commit 2663a3fc7e
29 changed files with 1840 additions and 42 deletions
@@ -64,6 +64,14 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.sse/${project.version}</bundle>
</feature>
<feature name="openhab-core-addon-marketplace" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.addon.marketplace/${project.version}</bundle>
<requirement>openhab.tp;filter:="(feature=jackson)"</requirement>
<feature dependency="true">openhab.tp-jackson</feature>
<feature dependency="true">openhab-core-ui</feature>
</feature>
<feature name="openhab-core-auth-jaas" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.auth.jaas/${project.version}</bundle>
@@ -361,6 +369,7 @@
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
<feature>openhab-core-base</feature>
<feature>openhab-core-addon-marketplace</feature>
<feature>openhab-core-auth-jaas</feature>
<feature>openhab-core-automation-rest</feature>
<feature>openhab-core-automation-module-script</feature>