update
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>lnmpro</groupId>
|
||||
<artifactId>InsaneDuels</artifactId>
|
||||
<name>InsaneDuels</name>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<groupId>hu.jgj52.pvpcore</groupId>
|
||||
<artifactId>PvPCore</artifactId>
|
||||
<name>PvPCore</name>
|
||||
<version>1.0</version>
|
||||
<build>
|
||||
<defaultGoal>clean package</defaultGoal>
|
||||
<resources>
|
||||
@@ -73,6 +73,12 @@
|
||||
<version>2.13.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvplugins.multiverse.core</groupId>
|
||||
<artifactId>multiverse-core</artifactId>
|
||||
<version>5.1.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
|
||||
Reference in New Issue
Block a user