From 242a54c21697ae6effb92b2e914682275e959d8d Mon Sep 17 00:00:00 2001 From: trichner Date: Sat, 21 May 2016 14:31:44 +0200 Subject: [PATCH] Fixed dependencies. --- pom.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8cb7e55..b02cdbc 100644 --- a/pom.xml +++ b/pom.xml @@ -17,14 +17,13 @@ ${project.basedir}/lib/spigot-api-1.8.8-R0.1-SNAPSHOT.jar - @@ -77,11 +76,29 @@ 4.11 test + + - org.spigotmc - spigot-api - 1.8.8-R0.1-SNAPSHOT + com.google.code.gson + gson + 2.6.2 + + + + + javax.persistence + persistence-api + 1.0.2 + + + + + org.avaje + ebean + 2.8.1 + +