cache: remove old cache from test resources, instead pull in as a dependnecy via maven

This also updates the cache the tests use to 140
This commit is contained in:
Adam
2017-04-30 19:13:21 -04:00
parent fbf746a21a
commit 791854ed23
2 changed files with 49 additions and 12 deletions

6
cache/pom.xml vendored
View File

@@ -99,6 +99,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>cache</artifactId>
<version>140</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>