cache: use own Xtea implmentation instead of bouncycastle's

This commit is contained in:
Adam
2017-12-15 23:10:02 -05:00
parent 0049b8d34e
commit a94ccedbf0
3 changed files with 49 additions and 89 deletions

5
cache/pom.xml vendored
View File

@@ -74,11 +74,6 @@
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk14</artifactId>
<version>1.54</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>