1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Minimize Jar size by removing already present dependencies

This commit is contained in:
Tim203
2020-11-21 20:37:33 +01:00
parent fc8a532e5f
commit 28c23610c0
7 changed files with 90 additions and 51 deletions

View File

@@ -26,17 +26,17 @@
</build>
<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>common</artifactId>
<version>${geyser.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.49.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>common</artifactId>
<version>${geyser.version}</version>
</dependency>
</dependencies>
<modelVersion>4.0.0</modelVersion>