How to remove classes from a dependency using maven shade plugin both during compilation and build?
I am trying to remove a few classes from a dependency. I have tried using the following configuration in the pom.xml file but it is not working. The classes are still present in the fat jar. Can anyone help me with this?