Skip to content

Commit 3ff54e2

Browse files
committed
Adding jersey-test-framework-provider-jetty-http2 to the bom/pom.xml
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 25d4c4b commit 3ff54e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@
414414
<artifactId>jersey-test-framework-provider-jetty</artifactId>
415415
<version>${project.version}</version>
416416
</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>
417422
<dependency>
418423
<groupId>org.glassfish.jersey.test-framework</groupId>
419424
<artifactId>jersey-test-framework-util</artifactId>

0 commit comments

Comments
 (0)