Merge protocol and protocol-api into cache-client

Originally I was going to expand on the protocol further, but am no
longer looking at doing that.
This commit is contained in:
Adam
2020-02-22 17:13:29 -05:00
parent 5ed485fccb
commit abf055c9b8
32 changed files with 17 additions and 150 deletions

View File

@@ -41,10 +41,16 @@
<artifactId>cache</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>protocol</artifactId>
<version>${project.version}</version>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>