summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 135d8d51..95fec0dd 100644
--- a/pom.xml
+++ b/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>