Skip to content

Commit 4c7f9b0

Browse files
slfan1989ayushtkn
andauthored
HADOOP-19617 - [JDK17] Remove JUnit4 Dependency - Cloud. (#7848)
* HADOOP-19617 - [JDK17] Remove JUnit4 Dependency - Cloud. Co-authored-by: Ayush Saxena <[email protected]> Reviewed-by: Ayush Saxena <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent 170128a commit 4c7f9b0

File tree

3 files changed

+0
-15
lines changed
  • hadoop-client-modules/hadoop-client-integration-tests
  • hadoop-cloud-storage-project

3 files changed

+0
-15
lines changed

hadoop-client-modules/hadoop-client-integration-tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<artifactId>slf4j-api</artifactId>
4343
<scope>test</scope>
4444
</dependency>
45-
<dependency>
46-
<groupId>junit</groupId>
47-
<artifactId>junit</artifactId>
48-
<scope>test</scope>
49-
</dependency>
5045
<dependency>
5146
<groupId>org.junit.jupiter</groupId>
5247
<artifactId>junit-jupiter-api</artifactId>

hadoop-cloud-storage-project/hadoop-cos/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@
100100
</build>
101101

102102
<dependencies>
103-
<dependency>
104-
<groupId>junit</groupId>
105-
<artifactId>junit</artifactId>
106-
<scope>test</scope>
107-
</dependency>
108103

109104
<dependency>
110105
<groupId>com.qcloud</groupId>

hadoop-cloud-storage-project/hadoop-tos/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@
114114
<artifactId>assertj-core</artifactId>
115115
<scope>test</scope>
116116
</dependency>
117-
<dependency>
118-
<groupId>junit</groupId>
119-
<artifactId>junit</artifactId>
120-
<scope>test</scope>
121-
</dependency>
122117
<dependency>
123118
<groupId>org.mockito</groupId>
124119
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)