Skip to content

Commit 93338f0

Browse files
committed
[Chore] Remove duplicate declaration at pom
1 parent bf9a8b7 commit 93338f0

File tree

3 files changed

+0
-38
lines changed
  • dolphinscheduler-alert/dolphinscheduler-alert-plugins
    • dolphinscheduler-alert-webexteams
    • dolphinscheduler-alert-wechat
  • dolphinscheduler-bom

3 files changed

+0
-38
lines changed

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<scope>provided</scope>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.apache.dolphinscheduler</groupId>
42-
<artifactId>dolphinscheduler-spi</artifactId>
43-
<scope>provided</scope>
44-
</dependency>
45-
4640
<dependency>
4741
<groupId>org.apache.dolphinscheduler</groupId>
4842
<artifactId>dolphinscheduler-alert-api</artifactId>

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<scope>provided</scope>
3838
</dependency>
3939

40-
<dependency>
41-
<groupId>org.apache.dolphinscheduler</groupId>
42-
<artifactId>dolphinscheduler-spi</artifactId>
43-
<scope>provided</scope>
44-
</dependency>
45-
4640
<dependency>
4741
<groupId>org.apache.dolphinscheduler</groupId>
4842
<artifactId>dolphinscheduler-alert-api</artifactId>

dolphinscheduler-bom/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,6 @@
152152
<type>pom</type>
153153
<scope>import</scope>
154154
</dependency>
155-
<dependency>
156-
<groupId>io.grpc</groupId>
157-
<artifactId>grpc-api</artifactId>
158-
<version>${io.grpc.version}</version>
159-
</dependency>
160-
<dependency>
161-
<groupId>io.grpc</groupId>
162-
<artifactId>grpc-core</artifactId>
163-
<version>${io.grpc.version}</version>
164-
</dependency>
165155
<dependency>
166156
<groupId>io.grpc</groupId>
167157
<artifactId>grpc-services</artifactId>
@@ -740,11 +730,6 @@
740730
<version>${py4j.version}</version>
741731
</dependency>
742732

743-
<dependency>
744-
<groupId>com.google.code.findbugs</groupId>
745-
<artifactId>jsr305</artifactId>
746-
<version>${jsr305.version}</version>
747-
</dependency>
748733
<dependency>
749734
<groupId>org.apache.commons</groupId>
750735
<artifactId>commons-compress</artifactId>
@@ -755,11 +740,6 @@
755740
<artifactId>commons-math3</artifactId>
756741
<version>${commons-math3.version}</version>
757742
</dependency>
758-
<dependency>
759-
<groupId>com.google.errorprone</groupId>
760-
<artifactId>error_prone_annotations</artifactId>
761-
<version>${error_prone_annotations.version}</version>
762-
</dependency>
763743

764744
<!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
765745
<dependency>
@@ -936,12 +916,6 @@
936916
<version>${zeppelin-client.version}</version>
937917
</dependency>
938918

939-
<dependency>
940-
<groupId>com.google.protobuf</groupId>
941-
<artifactId>protobuf-java</artifactId>
942-
<version>${protobuf.version}</version>
943-
</dependency>
944-
945919
<dependency>
946920
<groupId>com.huaweicloud</groupId>
947921
<artifactId>esdk-obs-java-bundle</artifactId>

0 commit comments

Comments
 (0)