Don't shade Spigot maybe

This commit is contained in:
Telesphoreo 2022-03-31 00:39:32 -05:00
parent a76fc5a5b2
commit 0aa07d46fc
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -55,7 +55,7 @@
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
@ -68,21 +68,21 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.19.2</version>
<version>2.19.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20211205</version>
<version>20220320</version>
<scope>compile</scope>
</dependency>
</dependencies>
@ -145,7 +145,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
</plugin>