! brrrrrr

This commit is contained in:
Ashijin 2021-08-17 20:12:14 -06:00
parent f4753d001b
commit ea5d9c69af

12
pom.xml
View File

@ -89,6 +89,12 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository> </repository>
<!-- AE -->
<repository>
<id>egg82-ninja</id>
<url>https://www.myget.org/F/egg82-java/maven/</url>
</repository>
</repositories> </repositories>
<!-- Order of dependencies matters in Maven because the first wins when <!-- Order of dependencies matters in Maven because the first wins when
@ -193,16 +199,14 @@
<groupId>com.github.Eniripsa96</groupId> <groupId>com.github.Eniripsa96</groupId>
<artifactId>SkillAPI</artifactId> <artifactId>SkillAPI</artifactId>
<version>master-SNAPSHOT</version> <version>master-SNAPSHOT</version>
<scope>system</scope> <scope>provided</scope>
<systemPath>${basedir}/lib/SkillAPI.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>n3kas</groupId> <groupId>n3kas</groupId>
<artifactId>ae.api</artifactId> <artifactId>ae.api</artifactId>
<version>5.7.6</version> <version>5.7.6</version>
<scope>system</scope> <scope>provided</scope>
<systemPath>${basedir}/lib/AE-API.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>