Add the Karaf jaas feature as runtime prerequisite (#1398)

* Add the Karaf jaas feature as runtime prerequisite
* Remove LoginModule reference from ManagedUserRealm

Signed-off-by: Yannick Schaus <github@schaus.net>
This commit is contained in:
Yannick Schaus
2020-03-25 12:40:59 +01:00
committed by GitHub
parent d8fce0b8b3
commit 15b3b07614
2 changed files with 1 additions and 16 deletions
@@ -455,6 +455,7 @@
<feature>openhab-transport-http</feature>
<feature prerequisite="true">shell</feature>
<feature prerequisite="true">wrapper</feature>
<feature prerequisite="true">jaas</feature>
<!-- This bundle needs to be started early as it registers the 404 and startup pages on Jetty -->
<!-- It is temperarily disabled due to https://github.com/openhab/openhab-core/issues/422 -->
<!-- <bundle start-level="30">mvn:org.openhab.core.bundles/org.openhab.ui.start/${project.version}</bundle> -->