spring boot 多模块 ;每个模块执行mvn paccage 和 mvn install 其中有个模块 出现找不到打过包的jar

common 模块 执行 mvn install
system 模块 执行 mvn install
出现错误

图片说明

https://blog.csdn.net/SnailMann/article/details/81710461

可能没有版本号4.1.0,可以改成4.2.0重新拉下包,mvn clean compile 先试试

<!-- https://mvnrepository.com/artifact/com.ruoyi/ruoyi-common -->
<dependency>
    <groupId>com.ruoyi</groupId>
    <artifactId>ruoyi-common</artifactId>
    <version>4.2.0</version>
</dependency>