Update and clean up api dependencies (#10018)

This commit is contained in:
Jake Potrebic
2023-12-10 10:04:19 -08:00
parent 3a2229c5f3
commit 4d968b5fe5
5 changed files with 13 additions and 10 deletions

View File

@@ -32,7 +32,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
api("com.google.guava:guava:32.1.2-jre")
api("com.google.code.gson:gson:2.10.1")
- api("net.md-5:bungeecord-chat:$bungeeCordChatVersion")
+ api("net.md-5:bungeecord-chat:$bungeeCordChatVersion-deprecated+build.14") // Paper
+ // Paper start - adventure
+ api("net.md-5:bungeecord-chat:$bungeeCordChatVersion-deprecated+build.14") {
+ exclude("com.google.guava", "guava")
+ }
+ // Paper - adventure
api("org.yaml:snakeyaml:2.2")
api("org.joml:joml:1.10.5")
// Paper start