forked from GeyserMC/Geyser
Add missing netty-codec-haproxy dependency (#1731)
This commit is contained in:
parent
c67d91943c
commit
eca626aad6
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue