From 34ec3d76225844cfed51e407b2f41cd3e311bf47 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 28 Jul 2022 12:54:37 +0200 Subject: Convert container-search to junit5 --- container-search/pom.xml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'container-search/pom.xml') diff --git a/container-search/pom.xml b/container-search/pom.xml index 031d25c7d02..1c3e7e71497 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -15,11 +15,6 @@ jar 8-SNAPSHOT - - junit - junit - test - org.apache.httpcomponents httpclient @@ -152,12 +147,36 @@ testutil ${project.version} test + + + junit + junit + + + org.hamcrest + hamcrest-core + + + org.hamcrest + hamcrest-library + + org.assertj assertj-core test + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + -- cgit v1.2.3