From 99650a55a227637eea45b03b6dcf12457bde4243 Mon Sep 17 00:00:00 2001 From: Ashutosh Gupta Date: Sat, 20 Aug 2022 14:17:14 +0100 Subject: [PATCH] YARN-11257. Add junit5 dependency to hadoop-yarn-server-timeline-pluginstorage to some unit test failure --- .../pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml index 835f2fed09555..5e00a74d689fb 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timeline-pluginstorage/pom.xml @@ -70,6 +70,21 @@ hadoop-common test-jar test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.jupiter + junit-jupiter-params + test org.apache.hadoop