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