Skip to content

Commit c913da8

Browse files
authored
Merge branch 'apache:trunk' into YARN-11218
2 parents aa230d2 + 0822665 commit c913da8

File tree

11 files changed

+159
-132
lines changed

11 files changed

+159
-132
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-uploader/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@
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 -->

0 commit comments

Comments
 (0)