Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 3a56c85

Browse files
leonard84pavelbucek
authored andcommitted
Add missing jersey-netty-connector entry to jersey-bom
Change-Id: I2ba88cb043461d169e53395682b4908c134106e7
1 parent 3cd3134 commit 3a56c85

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
@@ -107,6 +107,11 @@
107107
<artifactId>jersey-jdk-connector</artifactId>
108108
<version>${project.version}</version>
109109
</dependency>
110+
<dependency>
111+
<groupId>org.glassfish.jersey.connectors</groupId>
112+
<artifactId>jersey-netty-connector</artifactId>
113+
<version>${project.version}</version>
114+
</dependency>
110115
<dependency>
111116
<groupId>org.glassfish.jersey.containers</groupId>
112117
<artifactId>jersey-container-jetty-http</artifactId>

0 commit comments

Comments
 (0)