Add gson to dependency management

This commit is contained in:
Adam
2018-06-06 15:29:00 -04:00
parent 9634eb8e06
commit db9b80a673
4 changed files with 5 additions and 3 deletions

1
cache/pom.xml vendored
View File

@@ -65,7 +65,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>