maven项目中找不到Maven Dependencies解决办法

打开.classpath文件,添加如下内容:

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
    <attributes>
        <attribute name="maven.pomderived" value="true"/>
        <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
    </attributes>
</classpathentry>

 

posted @ 2017-07-30 23:21  刺风  阅读(1237)  评论(0编辑  收藏  举报