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

maven上的0.0.5版是不是有問題? #4

Open
abccbaandy opened this issue Nov 11, 2020 · 1 comment
Open

maven上的0.0.5版是不是有問題? #4

abccbaandy opened this issue Nov 11, 2020 · 1 comment

Comments

@abccbaandy
Copy link

build錯誤
Cannot resolve com.github.program_in_chinese:junit4_in_chinese:0.0.1-SNAPSHOT

@makewheels
Copy link

依赖里面,version,0.0.1没有snapshot
<dependency>
  <groupId>com.github.program_in_chinese</groupId>
  <artifactId>junit4_in_chinese</artifactId>
  <version>0.0.1</version>
</dependency>

<dependency>
    <groupId>com.github.nobodxbodon</groupId>
    <artifactId>zhconverter</artifactId>
    <version>0.0.5</version>
    <exclusions>
        <exclusion>
            <groupId>com.github.program_in_chinese</groupId>
            <artifactId>junit4_in_chinese</artifactId>
        </exclusion>
    </exclusions>
</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