mirror of
https://github.com/ViaVersion/Mappings.git
synced 2024-11-07 09:49:52 +01:00
Remove unnecessary server dependency
This commit is contained in:
parent
5f8c9f00cc
commit
ba17f5ffd4
8
pom.xml
8
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user