Skip to content

Commit a77f9b9

Browse files
段晓雄cursoragent
authored andcommitted
chore(flink): remove duplicate test deps from task-flink and task-flink-stream
junit-jupiter, mockito-junit-jupiter, mockito-inline are already in root pom Ref: PR apache#17987 review Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f10a0dd commit a77f9b9

File tree

2 files changed

+0
-32
lines changed
  • dolphinscheduler-task-plugin

2 files changed

+0
-32
lines changed

dolphinscheduler-task-plugin/dolphinscheduler-task-flink-stream/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,6 @@
5151
<artifactId>dolphinscheduler-task-flink</artifactId>
5252
<version>${project.version}</version>
5353
</dependency>
54-
55-
<dependency>
56-
<groupId>org.junit.jupiter</groupId>
57-
<artifactId>junit-jupiter</artifactId>
58-
<scope>test</scope>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.mockito</groupId>
62-
<artifactId>mockito-junit-jupiter</artifactId>
63-
<scope>test</scope>
64-
</dependency>
65-
<dependency>
66-
<groupId>org.mockito</groupId>
67-
<artifactId>mockito-inline</artifactId>
68-
<scope>test</scope>
69-
</dependency>
7054
</dependencies>
7155

7256
<build>

dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@
4545
<version>${project.version}</version>
4646
<scope>provided</scope>
4747
</dependency>
48-
49-
<dependency>
50-
<groupId>org.junit.jupiter</groupId>
51-
<artifactId>junit-jupiter</artifactId>
52-
<scope>test</scope>
53-
</dependency>
54-
<dependency>
55-
<groupId>org.mockito</groupId>
56-
<artifactId>mockito-junit-jupiter</artifactId>
57-
<scope>test</scope>
58-
</dependency>
59-
<dependency>
60-
<groupId>org.mockito</groupId>
61-
<artifactId>mockito-inline</artifactId>
62-
<scope>test</scope>
63-
</dependency>
6448
</dependencies>
6549

6650
<build>

0 commit comments

Comments
 (0)