cache: remove netty-buffer dependency

This commit is contained in:
Adam
2022-01-18 16:58:51 -05:00
parent b3e87ee875
commit b53dc9ee8f
2 changed files with 14 additions and 19 deletions

5
cache/pom.xml vendored
View File

@@ -59,11 +59,6 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>