From 27f9b14067fe7d201f3939f6af3fff8d9bd4082e Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Tue, 15 Sep 2015 21:26:31 +0200 Subject: [PATCH] GSON library --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 69e0c32d..87feaae4 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,7 @@ com.zaxxer:HikariCP org.slf4j:slf4j-simple org.slf4j:slf4j-api + com.google.code.gson:gson com.maxmind.geoip:geoip-api com.sun.mail:javax.mail com.comphenix.attribute:AttributeStorage @@ -205,6 +206,14 @@ compile + + + com.google.code.gson + gson + 2.3.1 + compile + + javax.mail