mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-12-02 23:43:51 +01:00
Use codemc-nms repo.
This commit is contained in:
parent
6a7b26afc0
commit
7914f315f4
8
pom.xml
8
pom.xml
@ -101,6 +101,10 @@
|
|||||||
<id>codemc-repo</id>
|
<id>codemc-repo</id>
|
||||||
<url>https://repo.codemc.org/repository/maven-public/</url>
|
<url>https://repo.codemc.org/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>codemc-nms</id>
|
||||||
|
<url>https://repo.codemc.org/repository/nms/</url>
|
||||||
|
</repository>
|
||||||
<!--Vault Repo is down.-->
|
<!--Vault Repo is down.-->
|
||||||
<!--<repository>-->
|
<!--<repository>-->
|
||||||
<!--<id>vault-repo</id>-->
|
<!--<id>vault-repo</id>-->
|
||||||
@ -124,8 +128,8 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>spigot</artifactId>
|
||||||
<version>${spigot.version}</version>
|
<version>${spigot.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user