Could not find artifact com.itheima.heima_ssm:heima_ssm:jar:1.0-SNAPSHOT
idea环境下ssm项目父子工程出现此错误
原因分析
在web层的pom.xml依赖中有下边这个依赖,删除即可正常
代码片
.
<dependency>
<groupId>com.itheima.heima_ssm</groupId>
<artifactId>heima_ssm</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>