Skip to content

Commit

Permalink
Add netty-resolver-dns and exclude netty-all
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ferguson committed Jun 2, 2020
1 parent 6ff4154 commit 1dafb77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
<artifactId>mcprotocollib</artifactId>
<version>1.15.2-1-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns</artifactId>
<version>4.1.43.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 1dafb77

Please sign in to comment.