File tree Expand file tree Collapse file tree 21 files changed +5
-179
lines changed
hadoop-dynamometer-blockgen
hadoop-dynamometer-workload
hadoop-federation-balance
src/test/java/org/apache/hadoop/mapred/gridmix
src/test/java/org/apache/hadoop/yarn/sls Expand file tree Collapse file tree 21 files changed +5
-179
lines changed Original file line number Diff line number Diff line change 95
95
</build >
96
96
97
97
<dependencies >
98
- <dependency >
99
- <groupId >junit</groupId >
100
- <artifactId >junit</artifactId >
101
- <scope >test</scope >
102
- </dependency >
103
98
104
99
<dependency >
105
100
<groupId >com.aliyun.oss</groupId >
186
181
<artifactId >junit-platform-launcher</artifactId >
187
182
<scope >test</scope >
188
183
</dependency >
189
- <dependency >
190
- <groupId >org.junit.vintage</groupId >
191
- <artifactId >junit-vintage-engine</artifactId >
192
- <scope >test</scope >
193
- </dependency >
194
184
</dependencies >
195
185
</project >
Original file line number Diff line number Diff line change 34
34
</properties >
35
35
36
36
<dependencies >
37
- <dependency >
38
- <groupId >junit</groupId >
39
- <artifactId >junit</artifactId >
40
- <scope >test</scope >
41
- </dependency >
42
37
<dependency >
43
38
<groupId >org.apache.hadoop</groupId >
44
39
<artifactId >hadoop-mapreduce-client-core</artifactId >
162
157
<artifactId >junit-platform-launcher</artifactId >
163
158
<scope >test</scope >
164
159
</dependency >
165
- <dependency >
166
- <groupId >org.junit.vintage</groupId >
167
- <artifactId >junit-vintage-engine</artifactId >
168
- <scope >test</scope >
169
- </dependency >
170
160
</dependencies >
171
161
172
162
<build >
Original file line number Diff line number Diff line change 34
34
</properties >
35
35
36
36
<dependencies >
37
- <dependency >
38
- <groupId >junit</groupId >
39
- <artifactId >junit</artifactId >
40
- <scope >test</scope >
41
- </dependency >
42
37
<dependency >
43
38
<groupId >org.mockito</groupId >
44
39
<artifactId >mockito-inline</artifactId >
123
118
<artifactId >junit-platform-launcher</artifactId >
124
119
<scope >test</scope >
125
120
</dependency >
126
- <dependency >
127
- <groupId >org.junit.vintage</groupId >
128
- <artifactId >junit-vintage-engine</artifactId >
129
- <scope >test</scope >
130
- </dependency >
131
121
</dependencies >
132
122
133
123
<build >
Original file line number Diff line number Diff line change 133
133
<artifactId >hadoop-common</artifactId >
134
134
<scope >provided</scope >
135
135
</dependency >
136
- <dependency >
137
- <groupId >junit</groupId >
138
- <artifactId >junit</artifactId >
139
- <scope >test</scope >
140
- </dependency >
141
136
<dependency >
142
137
<groupId >com.eclipsesource.minimal-json</groupId >
143
138
<artifactId >minimal-json</artifactId >
196
191
<artifactId >junit-platform-launcher</artifactId >
197
192
<scope >test</scope >
198
193
</dependency >
199
- <dependency >
200
- <groupId >org.junit.vintage</groupId >
201
- <artifactId >junit-vintage-engine</artifactId >
202
- <scope >test</scope >
203
- </dependency >
204
194
</dependencies >
205
195
</project >
Original file line number Diff line number Diff line change 89
89
<artifactId >junit-platform-launcher</artifactId >
90
90
<scope >test</scope >
91
91
</dependency >
92
- <dependency >
93
- <groupId >org.junit.vintage</groupId >
94
- <artifactId >junit-vintage-engine</artifactId >
95
- <scope >test</scope >
96
- </dependency >
97
92
</dependencies >
98
93
99
94
<build >
Original file line number Diff line number Diff line change 34
34
</properties >
35
35
36
36
<dependencies >
37
- <dependency >
38
- <groupId >junit</groupId >
39
- <artifactId >junit</artifactId >
40
- <scope >test</scope >
41
- </dependency >
42
37
<dependency >
43
38
<groupId >org.mockito</groupId >
44
39
<artifactId >mockito-inline</artifactId >
129
124
<artifactId >junit-platform-launcher</artifactId >
130
125
<scope >test</scope >
131
126
</dependency >
132
- <dependency >
133
- <groupId >org.junit.vintage</groupId >
134
- <artifactId >junit-vintage-engine</artifactId >
135
- <scope >test</scope >
136
- </dependency >
137
127
</dependencies >
138
128
139
129
<build >
Original file line number Diff line number Diff line change 35
35
</properties >
36
36
37
37
<dependencies >
38
- <dependency >
39
- <groupId >junit</groupId >
40
- <artifactId >junit</artifactId >
41
- <scope >test</scope >
42
- </dependency >
43
38
<dependency >
44
39
<groupId >org.apache.hadoop</groupId >
45
40
<artifactId >hadoop-common</artifactId >
140
135
<artifactId >junit-platform-launcher</artifactId >
141
136
<scope >test</scope >
142
137
</dependency >
143
- <dependency >
144
- <groupId >org.junit.vintage</groupId >
145
- <artifactId >junit-vintage-engine</artifactId >
146
- <scope >test</scope >
147
- </dependency >
148
138
</dependencies >
149
139
150
140
<build >
Original file line number Diff line number Diff line change 39
39
<artifactId >mockito-inline</artifactId >
40
40
<scope >test</scope >
41
41
</dependency >
42
- <dependency >
43
- <groupId >junit</groupId >
44
- <artifactId >junit</artifactId >
45
- <scope >test</scope >
46
- </dependency >
47
42
<dependency >
48
43
<groupId >org.apache.hadoop</groupId >
49
44
<artifactId >hadoop-minicluster</artifactId >
69
64
<artifactId >junit-platform-launcher</artifactId >
70
65
<scope >test</scope >
71
66
</dependency >
72
- <dependency >
73
- <groupId >org.junit.vintage</groupId >
74
- <artifactId >junit-vintage-engine</artifactId >
75
- <scope >test</scope >
76
- </dependency >
77
67
</dependencies >
78
68
79
69
<build >
Original file line number Diff line number Diff line change 122
122
<artifactId >junit-platform-launcher</artifactId >
123
123
<scope >test</scope >
124
124
</dependency >
125
- <dependency >
126
- <groupId >org.junit.vintage</groupId >
127
- <artifactId >junit-vintage-engine</artifactId >
128
- <scope >test</scope >
129
- </dependency >
130
125
</dependencies >
131
126
132
127
<build >
Original file line number Diff line number Diff line change 34
34
<artifactId >hadoop-client</artifactId >
35
35
<scope >compile</scope >
36
36
</dependency >
37
- <dependency >
38
- <groupId >junit</groupId >
39
- <artifactId >junit</artifactId >
40
- <scope >test</scope >
41
- </dependency >
42
37
<dependency >
43
38
<groupId >org.mockito</groupId >
44
39
<artifactId >mockito-inline</artifactId >
69
64
<artifactId >junit-platform-launcher</artifactId >
70
65
<scope >test</scope >
71
66
</dependency >
72
- <dependency >
73
- <groupId >org.junit.vintage</groupId >
74
- <artifactId >junit-vintage-engine</artifactId >
75
- <scope >test</scope >
76
- </dependency >
77
67
</dependencies >
78
68
79
69
<build >
You can’t perform that action at this time.
0 commit comments