mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user