Fixes some POM warnings

This commit is contained in:
Kristian Knarvik 2023-04-01 15:21:24 +02:00
parent e8d6bed2c0
commit e6819020f6

12
pom.xml
View File

@ -57,7 +57,7 @@
<dependency>
<groupId>com.massivecraft.massivecore</groupId>
<artifactId>MassiveCore</artifactId>
<version>RELEASE</version>
<version>3.3.3</version>
<scope>system</scope>
<systemPath>${project.basedir}\lib\MassiveCore.jar</systemPath>
</dependency>
@ -76,12 +76,12 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-core</artifactId>
<version>RELEASE</version>
<version>7.0.5</version>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>RELEASE</version>
<version>7.0.5</version>
</dependency>
<!-- Vault -->
<dependency>
@ -94,9 +94,9 @@
<dependency>
<groupId>com.griefcraft</groupId>
<artifactId>lwc</artifactId>
<version>RELEASE</version>
<version>2.2.8-f367129</version>
<scope>system</scope>
<systemPath>${project.basedir}\lib\LWC.jar</systemPath>
<systemPath>${project.basedir}\lib\LWCX-2.2.8.jar</systemPath>
</dependency>
<!-- PlaceholderAPI -->
<dependency>
@ -109,7 +109,7 @@
<dependency>
<groupId>mineverse.Aust1n46.chat</groupId>
<artifactId>VentureChat</artifactId>
<version>RELEASE</version>
<version>3.4.1_1.19_patch</version>
<scope>system</scope>
<systemPath>${project.basedir}\lib\VentureChat.jar</systemPath>
</dependency>