Skip to content

Commit 5bf1afa

Browse files
committed
perf: manage netty version
1 parent c3a6fcb commit 5bf1afa

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

apm-sniffer/optional-plugins/netty-http-4.1.x-plugin/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@
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>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@
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

0 commit comments

Comments
 (0)