Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wimoor-erp模块缺少依赖 #9

Open
mirenqinggege opened this issue Feb 9, 2023 · 6 comments
Open

wimoor-erp模块缺少依赖 #9

mirenqinggege opened this issue Feb 9, 2023 · 6 comments

Comments

@mirenqinggege
Copy link

maven无法搜索到两个依赖

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

@BrickWang2000
Copy link

的确编译不了

@mh1455
Copy link

mh1455 commented Mar 16, 2023

同样问题, 请问解决了吗

@kevenfeng
Copy link

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
Copy link

在目录下直接mvn install更好

@hhw3KevinHou
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants