From 1561e56c82fe918f8a076e1324e2d9d3122f5ea5 Mon Sep 17 00:00:00 2001 From: Nikki Date: Tue, 29 Apr 2014 18:53:16 -0400 Subject: [PATCH] Update netty and remove unused import. --- pom.xml | 2 +- src/org/apollo/io/player/impl/BinaryPlayerSaver.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2191eead..4395dd1e 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ io.netty netty-all - 4.0.15.Final + 4.0.18.Final compile diff --git a/src/org/apollo/io/player/impl/BinaryPlayerSaver.java b/src/org/apollo/io/player/impl/BinaryPlayerSaver.java index dbb2fef4..c74a94e6 100644 --- a/src/org/apollo/io/player/impl/BinaryPlayerSaver.java +++ b/src/org/apollo/io/player/impl/BinaryPlayerSaver.java @@ -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. *