Howto find out which POM refers to some jar ? I'm trying JPA 2.0 inside one of my project's module. I installed ejb3-persistence-3.3.2 (which contains JPA 2.0 API) , hibernate-3.5.0.cr2 , But eclipse complains API error when testing , it seems it tries to locate javax.persistence.* to persistence-api-1.0.jar , which is inside the "Maven Dependencies" folder. I carefully inspect every POMs inside the project , but cannot find which POM refers to this jar... Maybe it is deeply referred...
How do I find which POM refers to this jar ? Thanks.
