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

[Improve] Avoid using constant value as version when referencing other modules #1729

Closed
2 tasks done
ghost opened this issue Oct 31, 2021 · 0 comments · Fixed by #1730
Closed
2 tasks done

[Improve] Avoid using constant value as version when referencing other modules #1729

ghost opened this issue Oct 31, 2021 · 0 comments · Fixed by #1730
Milestone

Comments

@ghost
Copy link

ghost commented Oct 31, 2021

Description

Avoid using constant value as version when referencing other modules, we can use ${project.version}

<dependency>
    <groupId>org.apache.inlong</groupId>
    <artifactId>inlong-common</artifactId>
    <version>0.12.0-incubating-SNAPSHOT</version>
    <exclusions>
        <exclusion>
            <artifactId>slf4j-api</artifactId>
            <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
            <artifactId>snappy-java</artifactId>
            <groupId>org.xerial.snappy</groupId>
        </exclusion>
        <exclusion>
            <artifactId>guava</artifactId>
            <groupId>com.google.guava</groupId>
        </exclusion>
    </exclusions>
</dependency>

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

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

Successfully merging a pull request may close this issue.

1 participant