File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
hadoop-client-modules/hadoop-client-integration-tests
hadoop-cloud-storage-project Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 42
42
<artifactId >slf4j-api</artifactId >
43
43
<scope >test</scope >
44
44
</dependency >
45
- <dependency >
46
- <groupId >junit</groupId >
47
- <artifactId >junit</artifactId >
48
- <scope >test</scope >
49
- </dependency >
50
45
<dependency >
51
46
<groupId >org.junit.jupiter</groupId >
52
47
<artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 100
100
</build >
101
101
102
102
<dependencies >
103
- <dependency >
104
- <groupId >junit</groupId >
105
- <artifactId >junit</artifactId >
106
- <scope >test</scope >
107
- </dependency >
108
103
109
104
<dependency >
110
105
<groupId >com.qcloud</groupId >
Original file line number Diff line number Diff line change 114
114
<artifactId >assertj-core</artifactId >
115
115
<scope >test</scope >
116
116
</dependency >
117
- <dependency >
118
- <groupId >junit</groupId >
119
- <artifactId >junit</artifactId >
120
- <scope >test</scope >
121
- </dependency >
122
117
<dependency >
123
118
<groupId >org.mockito</groupId >
124
119
<artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments