Update shadow config for Discord module (#5960)

trove4j's artifact name changed and so it was no longer being shaded in
the Discord module.

Fixes #5959.
This commit is contained in:
MD 2024-10-21 18:55:22 +01:00 committed by GitHub
parent cd06e737e1
commit f7a8f86850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ shadowJar {
include(dependency('com.squareup.okio:okio'))
include(dependency('com.squareup.okio:okio-jvm'))
include(dependency('org.apache.commons:commons-collections4'))
include(dependency('net.sf.trove4j:trove4j'))
include(dependency('net.sf.trove4j:core'))
include(dependency('com.fasterxml.jackson.core:jackson-databind'))
include(dependency('com.fasterxml.jackson.core:jackson-core'))
include(dependency('com.fasterxml.jackson.core:jackson-annotations'))