File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 204
204
205
205
<dependencyManagement >
206
206
<dependencies >
207
+ <dependency >
208
+ <groupId >io.netty</groupId >
209
+ <artifactId >netty-handler</artifactId >
210
+ <version >4.1.107.Final</version >
211
+ </dependency >
212
+
207
213
<dependency >
208
214
<groupId >com.facebook.presto</groupId >
209
215
<artifactId >presto-testing-docker</artifactId >
Original file line number Diff line number Diff line change 185
185
</dependency >
186
186
</dependencies >
187
187
188
- <dependencyManagement >
189
- <!-- This is to fix the upper bound issues arising out of different components-->
190
- <dependencies >
191
- <dependency >
192
- <groupId >io.netty</groupId >
193
- <artifactId >netty-handler</artifactId >
194
- <version >4.1.107.Final</version >
195
- </dependency >
196
- </dependencies >
197
- </dependencyManagement >
198
-
199
188
<build >
200
189
<plugins >
201
190
<plugin >
You can’t perform that action at this time.
0 commit comments