File tree Expand file tree Collapse file tree
apm-sniffer/optional-plugins/netty-http-4.1.x-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 <properties >
3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33- <netty .version>4.1.51.Final</netty .version>
3433 </properties >
3534
3635 <dependencies >
3736 <dependency >
3837 <groupId >io.netty</groupId >
3938 <artifactId >netty-all</artifactId >
40- <version >${netty.version} </version >
4139 <scope >provided</scope >
4240 </dependency >
4341 </dependencies >
Original file line number Diff line number Diff line change 266266 <artifactId >async-profiler</artifactId >
267267 <version >${async-profiler.version} </version >
268268 </dependency >
269+ <dependency >
270+ <groupId >io.netty</groupId >
271+ <artifactId >netty-bom</artifactId >
272+ <version >${netty.version} </version >
273+ <type >pom</type >
274+ <scope >import</scope >
275+ </dependency >
269276 </dependencies >
270277 </dependencyManagement >
271278
You can’t perform that action at this time.
0 commit comments