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

升级 1.15.0 之后构建镜像出现问题 #40

Open
voldikss opened this issue Sep 29, 2022 · 1 comment
Open

升级 1.15.0 之后构建镜像出现问题 #40

voldikss opened this issue Sep 29, 2022 · 1 comment

Comments

@voldikss
Copy link

voldikss commented Sep 29, 2022

因为

<!-- 计全付本地依赖包 -->
<dependency>
<groupId>com.jeequan</groupId>
<artifactId>jeepay-sdk-java</artifactId>
<version>pls-1.2.0</version>
<scope>system</scope>
<systemPath>${projectRootDir}/libs/jeepay-sdk-java-pls-1.2.0.jar</systemPath>
</dependency>

导致

RUN mvn dependency:go-offline

出错

@jeequan
Copy link
Owner

jeequan commented Oct 20, 2022

新版本已经加了新地址

    <dependency>
        <groupId>com.jeequan</groupId>
        <artifactId>jeepay-sdk-java</artifactId>
        <version>pls-1.3.0</version>
    </dependency>

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

2 participants