Met Could not resolve dependencies for project subprojects compiled idea of the project when maven polymerization, Could not find artifact abnormalities

Automatically generated by the configuration dependent sub idea parent project:

 

             <dependency>
            <groupId>xx.xxx.xxx</groupId>
            <artifactId>ego-project</artifactId>
            <version>1.0-SNAPSHOT</version>
             </dependency>

 

A missing configuration

<dependency>
            <groupId>cn.gzsxt.ego</groupId>
            <artifactId>ego-project</artifactId>
            <version>1.0-SNAPSHOT</version>
            <type>pom</type>
    </dependency>

 

Guess you like

Origin www.cnblogs.com/406070989senlin/p/11369641.html