This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new ecbd686cb [INLONG-5115][POM] Remove the redundant agent dependencies
(#5116)
ecbd686cb is described below
commit ecbd686cb515c3dd7373d54110086cb67589dec3
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Jul 19 17:39:44 2022 +0800
[INLONG-5115][POM] Remove the redundant agent dependencies (#5116)
---
inlong-distribution/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/inlong-distribution/pom.xml b/inlong-distribution/pom.xml
index 4d458a68d..6aba042d1 100644
--- a/inlong-distribution/pom.xml
+++ b/inlong-distribution/pom.xml
@@ -70,14 +70,5 @@
</plugin>
</plugins>
</build>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.inlong</groupId>
- <artifactId>inlong-agent</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
</project>