This is an automated email from the ASF dual-hosted git repository.

zihaoxiang 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 8f16fd7975 [Fix-14885][pom] fix spotless format file path (#14889)
8f16fd7975 is described below

commit 8f16fd797596022e9f084dc1ffa39546597330d5
Author: imp2002 <[email protected]>
AuthorDate: Tue Oct 17 19:20:23 2023 +0800

    [Fix-14885][pom] fix spotless format file path (#14889)
    
    * fix: fix `spotless` format file path
    
    * fix: remove duplicate dependencies
    
    ---------
    
    Co-authored-by: Eric Gao <[email protected]>
    Co-authored-by: Aaron Wang <[email protected]>
    Co-authored-by: xiangzihao <[email protected]>
---
 .../dolphinscheduler-alert-all/pom.xml                               | 5 -----
 pom.xml                                                              | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-all/pom.xml
 
b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-all/pom.xml
index 22f42cf3bf..69b588d7b8 100644
--- 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-all/pom.xml
+++ 
b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-all/pom.xml
@@ -67,11 +67,6 @@
             <artifactId>dolphinscheduler-alert-telegram</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.dolphinscheduler</groupId>
-            <artifactId>dolphinscheduler-alert-telegram</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-alert-webexteams</artifactId>
diff --git a/pom.xml b/pom.xml
index 14266903e0..3336fbe77f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -656,11 +656,11 @@
                     <skip>${spotless.skip}</skip>
                     <java>
                         <eclipse>
-                            
<file>style/spotless_dolphinscheduler_formatter.xml</file>
+                            
<file>${maven.multiModuleProjectDirectory}/style/spotless_dolphinscheduler_formatter.xml</file>
                         </eclipse>
                         <removeUnusedImports />
                         <importOrder>
-                            <file>style/eclipse.importorder</file>
+                            
<file>${maven.multiModuleProjectDirectory}/style/eclipse.importorder</file>
                         </importOrder>
                         <replaceRegex>
                             <name>Remove wildcard imports</name>

Reply via email to