Add framework for HTTP api

This commit is contained in:
md_5
2013-07-04 10:29:37 +10:00
parent cac35116c3
commit f579b31bca
6 changed files with 73 additions and 10 deletions

View File

@@ -17,13 +17,4 @@
<name>BungeeCord-Event</name>
<description>Generic java event dispatching API intended for use with BungeeCord</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>