Update netty and remove unused import.

This commit is contained in:
Nikki
2014-04-29 18:53:16 -04:00
parent 52d537c42b
commit 1561e56c82
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.15.Final</version>
<version>4.0.18.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -17,8 +17,6 @@ import org.apollo.io.player.PlayerSaver;
import org.apollo.util.NameUtil;
import org.apollo.util.StreamUtil;
import com.lambdaworks.crypto.SCryptUtil;
/**
* A {@link PlayerSaver} implementation that saves player data to a binary file.
*