Skip to content

Commit

Permalink
Fix openhab-core-auth-oauth2client feature installation (#4012)
Browse files Browse the repository at this point in the history
Karaf does not automatically install the feature after `dependency="true"` was added in #3814.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Jan 4, 2024
1 parent 181be61 commit 9d5a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/karaf/openhab-core/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,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>
Expand Down

0 comments on commit 9d5a3bd

Please sign in to comment.