BlueDevelopersInc / DiscordSRVUtils

A DiscordSRV addon that adds more useful features to the bot
http://discordsrvutils.xyz/
GNU General Public License v3.0
24 stars 9 forks source link

[BUG] An unrelocated dependency I found #146

Closed A248 closed 1 year ago

A248 commented 1 year ago

I noticed this line in a user's log when running LibertyBans and DiscordSRVUtils 1.2.12 together. It suggests this dependency is unrelocated inside DiscordSRVUtils.

[07:46:07] [Server thread/WARN]: [LibertyBans] Loaded class org.reactivestreams.Publisher from DiscordSRVUtils v1.2.12 which is not a depend or softdepend of this plugin.

Sorry for not following the bug template but I am sure this is sufficient information. org.reactivestreams is a transitive dependency from JOOQ which is why both of our plugins use it.

BlueTree242 commented 1 year ago

Thanks for reporting this! I just fixed it in this commit