From 46581d0e22c2dd89768e8f6046bf97ea5a8949b5 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 4 Sep 2024 09:09:28 +0200 Subject: [PATCH] quarkus has an extension that pulls both junit and mockito --- commafeed-server/pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index c9d79ee4..d2867686 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -447,17 +447,7 @@ io.quarkus - quarkus-junit5 - test - - - org.mockito - mockito-core - test - - - org.mockito - mockito-junit-jupiter + quarkus-junit5-mockito test