Remove unnecessary server dependency

This commit is contained in:
Nassim Jahnke 2023-03-06 13:20:16 +01:00
parent 5f8c9f00cc
commit ba17f5ffd4
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -66,14 +66,6 @@
<version>24.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.minecraft</groupId>
<artifactId>server</artifactId>
<version>LATEST</version>
<scope>system</scope>
<!-- Copy any server in there to at least be able to compile against it -->
<systemPath>${project.basedir}/server.jar</systemPath>
</dependency>
</dependencies>
<build>