mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Fix openhab-core-auth-oauth2client feature installation (#4012)
Karaf does not automatically install the feature after `dependency="true"` was added in #3814. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
2babea4c9a
commit
6a2777a878
@ -486,7 +486,7 @@
|
||||
|
||||
<feature name="openhab-transport-http" description="HTTP Transport" version="${project.version}">
|
||||
<capability>openhab.tp;feature=httpclient;version=${jetty.version}</capability>
|
||||
<feature dependency="true">openhab-core-auth-oauth2client</feature>
|
||||
<feature>openhab-core-auth-oauth2client</feature>
|
||||
<feature dependency="true">pax-web-jetty-extras</feature>
|
||||
<feature dependency="true">pax-web-jetty-websockets</feature>
|
||||
</feature>
|
||||
|
Loading…
Reference in New Issue
Block a user