We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562767b commit 218a65dCopy full SHA for 218a65d
netty-dns/pom.xml
@@ -34,11 +34,6 @@
34
<artifactId>netty-codec-dns</artifactId>
35
<version>${project.version}</version>
36
</dependency>
37
- <dependency>
38
- <groupId>${project.groupId}</groupId>
39
- <artifactId>netty-handler</artifactId>
40
- <version>${project.version}</version>
41
- </dependency>
42
</dependencies>
43
44
transport/pom.xml
@@ -29,11 +29,6 @@
29
<name>Netty/Transport</name>
30
31
<dependencies>
32
33
- <artifactId>netty-buffer</artifactId>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-dns</artifactId>
0 commit comments