All maven dependencies are not loading and its not showing up in the libraries then.
Add this entry in your classpath file of project .
Just after JRE entry in your classpath file.
1. Ctrl+Shift+R to open up resource .
2. search .classpath
3 .add entry after JRE.
<classpathentry kind=”con” path=”org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER”/>
176 total views, no views today