Skip to content

Commit

Permalink
[Fix-14885][pom] fix spotless format file path (#14889)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Oct 17, 2023
1 parent 28788c7 commit 8f16fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f16fd7

Please sign in to comment.