cache: split cache client and server into their own projects
Split handshake and update protocol also into their own projects
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
<artifactId>cache</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.runelite</groupId>
|
||||
<artifactId>cache-client</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.sql2o</groupId>
|
||||
|
||||
Reference in New Issue
Block a user