removed server dependency, added provided dependency for log4j-core

This commit is contained in:
Sxtanna 2020-07-19 09:16:09 -04:00
parent b4d6b047af
commit d2223f83b8
1 changed files with 7 additions and 1 deletions

View File

@ -35,10 +35,16 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>