Skip to content

Commit fd67066

Browse files
committed
[#noissue] Reduced netty3 dependency for future removal
1 parent 97630f8 commit fd67066

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

agent-module/plugins-it/ning-asyncclient-it/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<artifactId>pinpoint-ning-asynchttpclient-plugin</artifactId>
5050
<version>${project.version}</version>
5151
</dependency>
52+
<dependency>
53+
<groupId>io.netty</groupId>
54+
<artifactId>netty</artifactId>
55+
<version>${netty3.version}</version>
56+
<scope>provided</scope>
57+
</dependency>
5258
</dependencies>
5359

5460
<build>

agent-module/plugins/ning-asynchttpclient/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,11 @@
3333
<artifactId>async-http-client</artifactId>
3434
<scope>provided</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>io.netty</groupId>
38+
<artifactId>netty</artifactId>
39+
<version>${netty3.version}</version>
40+
<scope>provided</scope>
41+
</dependency>
3642
</dependencies>
3743
</project>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,12 +1072,6 @@
10721072
</exclusions>
10731073
</dependency>
10741074

1075-
1076-
<dependency>
1077-
<groupId>io.netty</groupId>
1078-
<artifactId>netty</artifactId>
1079-
<version>${netty3.version}</version>
1080-
</dependency>
10811075
<dependency>
10821076
<groupId>io.netty</groupId>
10831077
<artifactId>netty-bom</artifactId>

0 commit comments

Comments
 (0)