maven确定依赖了,但一直报依赖的包不存在

109 阅读1分钟

1,renai-app里已经依赖了renai-common-core包,但是install的时候报下面的错:

image.png

<build>
  <plugins>
    <plugin>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-maven-plugin</artifactId>
      <configuration>
        <classifier>execute</classifier>
      </configuration>
    </plugin>
  </plugins>
</build>