Setting up configurable

This commit is contained in:
nossr50 2019-02-10 00:51:05 -08:00
parent 39b22d0ee8
commit c1cf246084

10
pom.xml
View File

@ -139,6 +139,10 @@
</extensions>
</build>
<repositories>
<repository>
<id>sponge</id>
<url>https://repo.spongepowered.org/maven</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
@ -153,6 +157,12 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spongepowered</groupId>
<!-- Modify this line to target the loader you wish to use. -->
<artifactId>configurate-yaml</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>