Add uncommited config stuffs, just to get a clean working tree.

This commit is contained in:
md_5
2013-03-07 18:17:49 +11:00
parent 87e78bae7e
commit e937dcb4bb
4 changed files with 106 additions and 4 deletions

View File

@@ -17,4 +17,18 @@
<name>BungeeCord-Config</name>
<description>Generic java configuration API intended for use with BungeeCord</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.11</version>
</dependency>
</dependencies>
</project>