Fixed pom

This commit is contained in:
Indyuce 2022-08-21 15:57:17 +02:00
parent 81a311f453
commit db60bc7f8d
3 changed files with 11 additions and 14 deletions

View File

@ -149,13 +149,6 @@
</dependency>
<!-- Plugin dependencies -->
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.4.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.lumine</groupId>
<artifactId>Mythic-Dist</artifactId>

View File

@ -119,13 +119,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.3.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

11
pom.xml
View File

@ -71,4 +71,15 @@
</repositories>
<dependencies>
<dependency>
<groupId>io.lumine</groupId>
<artifactId>MythicLib-dist</artifactId>
<version>1.4.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>