mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Fix missing ALPN bundles (#3839)
The pax-web-jetty-http2-jdk9 feature should not have been removed in #3814. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
304453ec58
commit
8c8f4112ea
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user