Skip to content

Commit

Permalink
Add missing netty-codec-haproxy dependency (GeyserMC#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem authored Dec 24, 2020
1 parent c67d919 commit eca626a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
<version>4.1.43.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-haproxy</artifactId>
<version>4.1.56.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
Expand Down

0 comments on commit eca626a

Please sign in to comment.