File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 43
43
<groupId >com.typesafe.netty</groupId >
44
44
<artifactId >netty-reactive-streams</artifactId >
45
45
<version >1.0.4</version >
46
+ <exclusions >
47
+ <exclusion >
48
+ <!-- Added behind explicitly with consistent version-->
49
+ <groupId >io.netty</groupId >
50
+ <artifactId >netty-handler</artifactId >
51
+ </exclusion >
52
+ </exclusions >
53
+ </dependency >
54
+ <dependency >
55
+ <groupId >io.netty</groupId >
56
+ <artifactId >netty-handler</artifactId >
46
57
</dependency >
47
58
<dependency >
48
59
<groupId >org.javassist</groupId >
Original file line number Diff line number Diff line change 260
260
<artifactId >netty-transport</artifactId >
261
261
<version >${netty.version} </version >
262
262
</dependency >
263
+ <dependency >
264
+ <groupId >io.netty</groupId >
265
+ <artifactId >netty-handler</artifactId >
266
+ <version >${netty.version} </version >
267
+ </dependency >
263
268
</dependencies >
264
269
</dependencyManagement >
265
270
<dependencies >
You can’t perform that action at this time.
0 commit comments