SPIGOT-3418: Packaging error causing wrong netty version to be used

Dieser Commit ist enthalten in:
md_5 2017-07-16 11:45:27 +10:00
Ursprung 70be90e168
Commit c1b8cace2a

14
pom.xml
Datei anzeigen

@ -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>