You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
Hello, I just wanted to inform you that your plugin is shading many dependencies unrelocated, which is problematic should another plugin choose to use the same dependencies and make the same mistake.
The solution to this is to apply relocations to all of your dependencies, not just the 2 relocations you currently have in the maven-shade-plugin configuration.
Hello, I just wanted to inform you that your plugin is shading many dependencies unrelocated, which is problematic should another plugin choose to use the same dependencies and make the same mistake.
The solution to this is to apply relocations to all of your dependencies, not just the 2 relocations you currently have in the maven-shade-plugin configuration.