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>pull/4018/head
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