Skip to content

Commit cf90176

Browse files
committed
Minimal Netty 4.1 upgrade
1 parent 62abd83 commit cf90176

File tree

98 files changed

+85
-10504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+85
-10504
lines changed

client/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-project</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.1.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client</artifactId>
@@ -29,11 +29,10 @@
2929
<groupId>io.netty</groupId>
3030
<artifactId>netty-codec-http</artifactId>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.asynchttpclient</groupId>
34-
<artifactId>netty-resolver-dns</artifactId>
35-
<version>${project.version}</version>
36-
</dependency>
32+
<dependency>
33+
<groupId>io.netty</groupId>
34+
<artifactId>netty-resolver-dns</artifactId>
35+
</dependency>
3736
<dependency>
3837
<groupId>org.reactivestreams</groupId>
3938
<artifactId>reactive-streams</artifactId>

client/src/main/java/io/netty/channel/ChannelId.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

client/src/main/java/io/netty/channel/DefaultChannelId.java

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)