Skip to content

Commit

Permalink
Fix missing ALPN bundles
Browse files Browse the repository at this point in the history
The pax-web-jetty-http2-jdk9 feature should not have been removed in openhab#3814.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Oct 9, 2023
1 parent 304453e commit b954803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/karaf/openhab-tp/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<feature dependency="true">pax-web-jetty-extras</feature>
<feature dependency="true">pax-web-jetty-http2</feature>
<feature dependency="true">pax-web-jetty-http2-extras</feature>
<feature dependency="true">pax-web-jetty-http2-jdk9</feature>
<feature dependency="true">pax-web-jetty-websockets</feature>
</feature>

Expand Down

0 comments on commit b954803

Please sign in to comment.