This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 41801663fd [Improvement] Remove duplicate dependencies (#13773)
41801663fd is described below
commit 41801663fdc1b265df8e105680d3c53f8923c724
Author: NoSuchField <[email protected]>
AuthorDate: Wed Mar 22 15:09:31 2023 +0800
[Improvement] Remove duplicate dependencies (#13773)
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00a5052511..1752f877de 100755
--- a/pom.xml
+++ b/pom.xml
@@ -197,17 +197,6 @@
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.dolphinscheduler</groupId>
- <artifactId>dolphinscheduler-registry-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.dolphinscheduler</groupId>
- <artifactId>dolphinscheduler-registry-all</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-scheduler-api</artifactId>