From 88545a875de411d999942f7f881291d293f6b5bc Mon Sep 17 00:00:00 2001 From: slfan1989 <55643692+slfan1989@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:08:16 +0800 Subject: [PATCH] YARN-11301. Fix NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory after YARN-11269. (#4878) Signed-off-by: Akira Ajisaka --- .../hadoop-yarn-server-timeline-pluginstorage/pom.xml | 5 +++++ 1 file changed, 5 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 dba8b4915bc..1b80d258307 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 @@ -144,6 +144,11 @@ junit-jupiter-params test + + org.junit.platform + junit-platform-launcher + test + com.fasterxml.jackson.core jackson-databind