geforkt von Mirrors/Paper
SPIGOT-3418: Packaging error causing wrong netty version to be used
Dieser Commit ist enthalten in:
Ursprung
70be90e168
Commit
c1b8cace2a
14
pom.xml
14
pom.xml
@ -21,6 +21,13 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- bugfixes (netty#6607) -->
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>4.1.13.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
@ -57,13 +64,6 @@
|
||||
<version>5.1.42</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- bugfixes (netty#6607) -->
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>4.1.13.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- testing -->
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren