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:
Wouter Born
2023-10-09 17:57:47 +02:00
committed by GitHub
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>