This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 c24ad9adb6 [Fix] Fixed an error importing project Maven (#12026)
c24ad9adb6 is described below
commit c24ad9adb69cfaeb98b8073415ec18bd115519dd
Author: limfff <[email protected]>
AuthorDate: Sun Sep 18 10:11:20 2022 +0800
[Fix] Fixed an error importing project Maven (#12026)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 660d144109..0efadbdb7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,12 +130,12 @@
</dependency>
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
- <artifactId>dolphinscheduler-alert-plugin</artifactId>
+ <artifactId>dolphinscheduler-alert-plugins</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
- <artifactId>dolphinscheduler-registry-plugin</artifactId>
+ <artifactId>dolphinscheduler-registry-plugins</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>