Exclude redundant snakeyaml dependency in BungeeCord

This commit is contained in:
games647
2024-05-06 11:17:44 +02:00
parent 4068fd06db
commit 5a782137af

View File

@ -131,6 +131,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<!-- Exclude snakeyaml, because it is included in BungeeCord with the correct version -->
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>