GSON library

This commit is contained in:
Gabriele C 2015-09-15 21:26:31 +02:00
parent f63fe5bc37
commit 27f9b14067

View File

@ -90,6 +90,7 @@
<include>com.zaxxer:HikariCP</include>
<include>org.slf4j:slf4j-simple</include>
<include>org.slf4j:slf4j-api</include>
<include>com.google.code.gson:gson</include>
<include>com.maxmind.geoip:geoip-api</include>
<include>com.sun.mail:javax.mail</include>
<include>com.comphenix.attribute:AttributeStorage</include>
@ -205,6 +206,14 @@
<scope>compile</scope>
</dependency>
<!-- Google JSON Library -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
<!-- Java Email API and Implementation -->
<dependency>
<groupId>javax.mail</groupId>