Eclipse 项目引出maven依赖

Eclipse 项目引入maven依赖
.classpath 文件加入

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>