I am looking at a project's maven pom file with a lot of dependencies and trying to find out if a particular dependency is used or not. Is there a way in Intellij IDEA to find all import statements that import any class from a particular package?I am looking at a project's maven pom file with