I am packaging a WAR file using maven, with maven-shade-plugin to resolve a conflict in dependencies: by using relocation, e.g., x.Class --> shaded.x.Class
The pro