Skip to content

Commit

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

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Oct 9, 2023
1 parent 304453e commit 8c8f411
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 8c8f411

Please sign in to comment.