From 376e94db8db2b78f336dcb6f83b1baf686f5a72d Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Mon, 11 Sep 2023 09:16:38 +0200 Subject: [PATCH] Jetty HTTP2 modules added to the bom/pom.xml Signed-off-by: Maxim Nesen --- bom/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 7bc29fa2e8..389cf189fa 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -83,6 +83,11 @@ jersey-jetty-connector ${project.version} + + org.glassfish.jersey.connectors + jersey-jetty-http2-connector + ${project.version} + org.glassfish.jersey.connectors jersey-jdk-connector @@ -98,6 +103,11 @@ jersey-container-jetty-http ${project.version} + + org.glassfish.jersey.containers + jersey-container-jetty-http2 + ${project.version} + org.glassfish.jersey.containers jersey-container-grizzly2-http