cache: remove http-api dependency

This was only for the xtea client, which we don't use anymore anyway. Instead allow XteaKeyManager to read from an input stream.
This commit is contained in:
Adam
2021-12-22 15:46:18 -05:00
parent b6e17cd15e
commit 9349ea84bb
5 changed files with 47 additions and 26 deletions

6
cache/pom.xml vendored
View File

@@ -42,12 +42,6 @@
</properties>
<dependencies>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>http-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>