In my project dependency, I have a jar file and I want to delete some packages from being compiled,
Usually, I use maven-shade-plugin to relocate, but now I want to totally remove the package.
In my project dependency, I have a jar file and I want to delete some packages from being compiled,
Usually, I use maven-shade-plugin to relocate, but now I want to totally remove the package.