proguard-maven-plugin
proguard-maven-plugin copied to clipboard
Exclusions do not exclude transitive dependencies.
Transitive dependencies of excluded dependencies get added as libraryjars, so if you want to exclude a dependency then you also have to go through the dependency tree and exclude all the transitive dependencies.