Skip to content

Commit 039bb20

Browse files
committed
Declare a version of Netty to use
1 parent 4ac2ede commit 039bb20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<version.hamcrest>2.2</version.hamcrest>
103103
<version.httpcomponents>4.5.14</version.httpcomponents>
104104
<version.io.narayana.checkstyle-config>1.0.1.Final</version.io.narayana.checkstyle-config>
105+
<version.io.netty>4.1.115.Final</version.io.netty>
105106

106107
<version.io.smallrye.smallrye-config>3.2.0</version.io.smallrye.smallrye-config>
107108
<version.io.undertow>2.3.18.Final</version.io.undertow>
@@ -146,6 +147,17 @@
146147
<dependencyManagement>
147148

148149
<dependencies>
150+
<dependency>
151+
<groupId>io.netty</groupId>
152+
<artifactId>netty-buffer</artifactId>
153+
<version>${version.io.netty}</version>
154+
</dependency>
155+
<dependency>
156+
<groupId>io.netty</groupId>
157+
<artifactId>netty-common</artifactId>
158+
<version>${version.io.netty}</version>
159+
</dependency>
160+
149161
<dependency>
150162
<groupId>org.jboss.logging</groupId>
151163
<artifactId>jboss-logging</artifactId>

0 commit comments

Comments
 (0)