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:
6
cache/pom.xml
vendored
6
cache/pom.xml
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user