How do you check for unused dependencies in your project?
Run the analyze goal of the dependency plugin.
Include the Maven dependency plugin in your POM file and run the unpack goal.
You will need to do this manually.
Run mvn clean and look at which plugins are not mentioned in the output.