I have a relative simple JAXRS Web Project with a pom.xml. I have done:
mvn eclipse:eclipse
and then import the project to eclipse, and setup Project Facets and Targeted Runtime manually. So far everything works fine :)
Now, I have added an extra dependency to the pom.xml and run:
mvn dependency:tree
What should I do to get that dependency reflected in eclipse? Ideally I would like to do it in a way I don't have to setup facets and runtime stuff again.