Relocate GeoIP dependencies (#3976)

Relocates jackson, javatar and the MaxMind database libraries to avoid conflicts with other plugins.
This commit is contained in:
MD 2021-02-10 14:27:56 +00:00 committed by GitHub
parent 34fdcf8f6f
commit f29f9e1aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ shadowJar {
include (dependency('javatar:javatar'))
include (dependency('com.fasterxml.jackson.core:'))
}
relocate 'com.maxmind', 'com.earth2me.essentials.geoip.libs.maxmind'
relocate 'com.ice.tar', 'com.earth2me.essentials.geoip.libs.javatar'
relocate 'com.fasterxml.jackson', 'com.earth2me.essentials.geoip.libs.jackson'
}