File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
plugins-it/ning-asyncclient-it
plugins/ning-asynchttpclient Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments