Skip to content

Commit d2316b4

Browse files
author
Ashutosh Gupta
committed
Added junit-platform-launcher
1 parent 26d86ed commit d2316b4

File tree

1 file changed

+5
-0
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice

1 file changed

+5
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@
140140
<artifactId>junit-jupiter-engine</artifactId>
141141
<scope>test</scope>
142142
</dependency>
143+
<dependency>
144+
<groupId>org.junit.platform</groupId>
145+
<artifactId>junit-platform-launcher</artifactId>
146+
<scope>test</scope>
147+
</dependency>
143148

144149
<dependency>
145150
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)