Skip to content

Commit

Permalink
Fixed dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
trichner committed May 21, 2016
1 parent 663c85a commit 242a54c
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
<systemPath>${project.basedir}/lib/spigot-api-1.8.8-R0.1-SNAPSHOT.jar</systemPath>
</dependency>

<!-- Already in bukkit

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0-rc2</version>
<scope>compile</scope>
</dependency>
-->

<!-- Local Libraries-->
<dependency>
Expand Down Expand Up @@ -77,11 +76,29 @@
<version>4.11</version>
<scope>test</scope>
</dependency>

<!-- http://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
</dependency>

<!-- http://mvnrepository.com/artifact/javax.persistence/persistence-api -->
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>

<!-- http://mvnrepository.com/artifact/org.avaje/ebean -->
<dependency>
<groupId>org.avaje</groupId>
<artifactId>ebean</artifactId>
<version>2.8.1</version>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 242a54c

Please sign in to comment.