Revert "Integrate ESH authentication features in openHAB (#412)" (#414)

This reverts commit a4b5fab128.
This commit is contained in:
Kai Kreuzer 2018-10-11 07:26:34 -04:00 committed by GitHub
parent a4b5fab128
commit 50a5309078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,7 @@
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
<bundle>mvn:org.eclipse.orbit.bundles/com.google.gson/2.7.0.v20170129-0911</bundle>
<feature>esh-base</feature>
<feature>esh-auth-jaas</feature>
<feature>esh-io-console-karaf</feature>
<feature>esh-io-rest-auth</feature>
<feature>esh-io-rest-sitemap</feature>
<feature>esh-io-rest-voice</feature>
<feature>esh-io-rest-mdns</feature>
@ -32,7 +30,6 @@
<feature>openhab-runtime-certificate</feature>
<feature>openhab-transport-mdns</feature>
<feature>openhab-transport-http</feature>
<feature>esh-io-transport-http-auth-basic</feature>
<feature prerequisite="true">shell</feature>
<feature prerequisite="true">wrapper</feature>
<bundle start-level="90">mvn:org.openhab.core/org.openhab.core/${project.version}</bundle>