From 26f38b277b3f8085b98dbdccf99e3bb49add10f7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 8 Dec 2017 10:22:04 +0100 Subject: [PATCH] Add required lib for junit5 in eclipse (#3495) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 019e355842b..2f8e11b72d8 100644 --- a/build.gradle +++ b/build.gradle @@ -147,6 +147,7 @@ dependencies { testCompile 'org.junit.jupiter:junit-jupiter-api:5.0.2' testCompile 'org.junit.jupiter:junit-jupiter-params:5.0.2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.0.2' + testCompile 'org.junit.platform:junit-platform-launcher:1.0.2' testRuntime 'org.junit.vintage:junit-vintage-engine:4.12.1' testRuntime 'org.apache.logging.log4j:log4j-core:2.9.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.9.1'