Fix BungeeAuth dependency

This commit is contained in:
Gabriele C
2019-10-23 12:50:40 +02:00
parent 62a8b939cc
commit 426b458a58
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -56,10 +56,12 @@
</build>
<repositories>
<!-- Offline
<repository>
<id>vik1395-repo</id>
<url>https://vik1395.github.io/repo.vik1395.me/repositories</url>
</repository>
-->
<repository>
<id>codemc-repo</id>
@ -88,13 +90,16 @@
<groupId>me.vik1395</groupId>
<artifactId>BungeeAuth</artifactId>
<version>1.4</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${project.basedir}/lib/BungeeAuth-1.4.jar</systemPath>
<!--
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
-->
</dependency>
</dependencies>
</project>