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][Pom] There are redundant agent dependencies in Distribution #5115

Closed
2 tasks done
dockerzhang opened this issue Jul 19, 2022 · 0 comments · Fixed by #5116
Closed
2 tasks done

[Improve][Pom] There are redundant agent dependencies in Distribution #5115

dockerzhang opened this issue Jul 19, 2022 · 0 comments · Fixed by #5116

Comments

@dockerzhang
Copy link
Contributor

Description

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.apache.inlong</groupId>
                <artifactId>inlong-agent</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@dockerzhang dockerzhang added this to the 1.3.0 milestone Jul 19, 2022
@healchow healchow changed the title [Improve] there are redundant agent dependencies in Distribution [Improve][Pom] There are redundant agent dependencies in Distribution Jul 19, 2022
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.

2 participants