Switch to JitPack for NuVotifier

Fixes #11
This commit is contained in:
Alexander
2021-05-16 22:51:28 +01:00
committed by GitHub
parent ab292d323c
commit 97a0533523

View File

@@ -30,8 +30,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vexsoftware</groupId>
<artifactId>nuvotifier-universal</artifactId>
<!-- https://jitpack.io/#NuVotifier/NuVotifier -->
<groupId>com.github.NuVotifier.NuVotifier</groupId>
<artifactId>nuvotifier-bukkit</artifactId>
<version>2.6.0</version>
<scope>provided</scope>
</dependency>
@@ -51,9 +52,8 @@
<repositories>
<repository>
<!-- Votifier repo -->
<id>bintray-repo</id>
<url>https://dl.bintray.com/ichbinjoe/public/</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>civ-github-repo</id>