We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d4c4b commit 3ff54e2Copy full SHA for 3ff54e2
bom/pom.xml
@@ -414,6 +414,11 @@
414
<artifactId>jersey-test-framework-provider-jetty</artifactId>
415
<version>${project.version}</version>
416
</dependency>
417
+ <dependency>
418
+ <groupId>org.glassfish.jersey.test-framework.providers</groupId>
419
+ <artifactId>jersey-test-framework-provider-jetty-http2</artifactId>
420
+ <version>${project.version}</version>
421
+ </dependency>
422
<dependency>
423
<groupId>org.glassfish.jersey.test-framework</groupId>
424
<artifactId>jersey-test-framework-util</artifactId>
0 commit comments