Shuffle some internal stuff to API so that modules will compile

This commit is contained in:
md_5
2014-01-10 09:58:31 +11:00
parent 4be58a7c00
commit 7483b4d276
8 changed files with 10 additions and 11 deletions

View File

@@ -19,6 +19,12 @@
<description>API implemented by the Elastic Portal Suite</description>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-config</artifactId>