mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
include swagger feature directly in rest-docs (#362)
also move out the rule engine from openhab-core and put it in openhab-distro instead Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
@@ -98,20 +98,10 @@
|
||||
<feature>esh-io-transport-upnp</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-misc-ruleengine" description="Rule Engine (Experimental)" version="${project.version}">
|
||||
<feature name="openhab-misc-restdocs" description="REST Documentation" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>esh-automation-api</feature>
|
||||
<feature>esh-automation-commands</feature>
|
||||
<feature>esh-automation-core</feature>
|
||||
<feature>esh-automation-module-core</feature>
|
||||
<feature>esh-automation-module-media</feature>
|
||||
<feature>esh-automation-module-script</feature>
|
||||
<feature>esh-automation-module-script-defaultscope</feature>
|
||||
<feature>esh-automation-module-script-rulesupport</feature>
|
||||
<feature>esh-automation-module-timer</feature>
|
||||
<feature>esh-automation-parser-gson</feature>
|
||||
<feature>esh-automation-providers</feature>
|
||||
<feature>esh-automation-rest</feature>
|
||||
<feature>esh.tp-swagger-jax-rs-provider</feature>
|
||||
<bundle>mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-ui-homebuilder" description="Home Builder" version="${project.version}">
|
||||
|
||||
Reference in New Issue
Block a user