You may get this error when you have incompatible version of maven and it’s maven shade plugin. Fixing version number mismatch will solve the issue.
The post [Solved] Maven Shade Plugin – A required class was missing org/apache/commons/io/IOUtils appeared first on HowToDoInJava.