I get the following error while running the obfuscation [proguard] Warning: class [META-INF/versions/9/org/apache/logging/log4j/util/ProcessIdUtil.class] unexpectedly contains class [org.apache.logging.log4j.util.ProcessIdUtil]
it looks like proguard introspects into META-INF folder and attempts to process the classes that are found in that directory
this happens although i added the line -libraryjars log4j-api-2.10.0.jar (for all the log4j jars)
this happens in proguard version 6.0.2