File tree Expand file tree Collapse file tree 2 files changed +136
-109
lines changed
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader
src/test/java/org/apache/hadoop/mapred/uploader Expand file tree Collapse file tree 2 files changed +136
-109
lines changed Original file line number Diff line number Diff line change 5353 <artifactId >assertj-core</artifactId >
5454 <scope >test</scope >
5555 </dependency >
56+ <dependency >
57+ <groupId >org.junit.jupiter</groupId >
58+ <artifactId >junit-jupiter-api</artifactId >
59+ <scope >test</scope >
60+ </dependency >
61+ <dependency >
62+ <groupId >org.junit.jupiter</groupId >
63+ <artifactId >junit-jupiter-engine</artifactId >
64+ <scope >test</scope >
65+ </dependency >
66+ <dependency >
67+ <groupId >org.junit.platform</groupId >
68+ <artifactId >junit-platform-launcher</artifactId >
69+ <scope >test</scope >
70+ </dependency >
5671 </dependencies >
5772 <properties >
5873 <!-- Needed for generating FindBugs warnings using parent pom -->
You can’t perform that action at this time.
0 commit comments