project configuration is not up-to-date with pom.xml
时间:2015-01-30 14:59:01
收藏:0
阅读:168
project configuration is not up-to-date with pom.xml
其实这个问题解决非常简单:
在项目上右键——【Maven】——【Update Project Configuration……】
这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok
这样就搞定了。
评论(0)