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'