wimoor-erp / wimoor

MIT License
425 stars 244 forks source link

wimoor-erp模块缺少依赖 #9

Open mirenqinggege opened 1 year ago

mirenqinggege commented 1 year ago

maven无法搜索到两个依赖

com.biz:biz; alibaba.message:alibaba.message;

BrickWang2000 commented 1 year ago

的确编译不了

mh1455 commented 1 year ago

同样问题, 请问解决了吗

kevenfeng commented 1 year ago
com.biz biz 1.0 system ${project.basedir}/src/main/resources/lib/ocean.client.java.biz.jar
    <dependency>
        <groupId>alibaba.message</groupId>
        <artifactId>alibaba.message</artifactId>
        <version>0.9.0</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/src/main/resources/lib/aop-sdk-message-0.9.0.jar</systemPath>
    </dependency>
kevenfeng commented 1 year ago

在目录下直接mvn install更好

hhw3KevinHou commented 1 year ago

Upload aop-sdk-message-0.9.0.jar and ocean.client.java.biz.jar in wimoor-erp\src\main\resources\lib to your local Nexus, and execute "mvn clean instal -U". image

ezreal050224 commented 10 months ago

idea maven设置为离线模式就行了

image