From 8db0f86d88bfd619434dc3afbf17aac2ec311ac6 Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Thu, 11 Feb 2021 18:27:57 +0100 Subject: [PATCH] Exclusion of JUnit5 removed Signed-off-by: Dominic Schabel --- pom.xml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/pom.xml b/pom.xml index 5c405d0cb1..90aba7a640 100644 --- a/pom.xml +++ b/pom.xml @@ -763,31 +763,6 @@ commons-io ${commons-io.version} - - org.springframework.boot - spring-boot-starter-test - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-logging - - - - org.junit.jupiter - junit-jupiter - - - - org.junit.vintage - junit-vintage-engine - - - org.mockito - mockito-junit-jupiter - - - io.qameta.allure allure-junit5