Add ability to overlay cache archives

This commit is contained in:
Adam
2018-01-27 12:57:27 -05:00
parent e467ebdcf8
commit c4d838b10c
3 changed files with 165 additions and 0 deletions

View File

@@ -37,6 +37,11 @@
<name>RuneLite API</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>