File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 102
102
<version .hamcrest>2.2</version .hamcrest>
103
103
<version .httpcomponents>4.5.14</version .httpcomponents>
104
104
<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>
105
106
106
107
<version .io.smallrye.smallrye-config>3.2.0</version .io.smallrye.smallrye-config>
107
108
<version .io.undertow>2.3.18.Final</version .io.undertow>
146
147
<dependencyManagement >
147
148
148
149
<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
+
149
161
<dependency >
150
162
<groupId >org.jboss.logging</groupId >
151
163
<artifactId >jboss-logging</artifactId >
You can’t perform that action at this time.
0 commit comments