Add gson to POM

This commit is contained in:
Mike Primm 2018-02-13 19:29:27 -06:00
parent b87a44a690
commit 9a53e54367

View File

@ -155,6 +155,12 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
</dependencies>
<version>3.0-SNAPSHOT</version>
</project>