From 02801b5c2742defe164ebe359436184cef547ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maltoni?= Date: Tue, 15 Oct 2024 16:57:50 +0200 Subject: [PATCH] build: fix also test-scoped conflicts --- carapace-server/pom.xml | 19 +++---------------- pom.xml | 26 +++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/carapace-server/pom.xml b/carapace-server/pom.xml index 7a7c23f8b..f280de5f4 100644 --- a/carapace-server/pom.xml +++ b/carapace-server/pom.xml @@ -238,15 +238,7 @@ junit junit - ${libs.junit} test - - - - org.hamcrest - hamcrest-core - - pl.pragmatists @@ -286,12 +278,6 @@ ${libs.powermock} test - - org.mockito - mockito-core - ${libs.mockito} - test - org.apache.curator curator-test @@ -304,11 +290,12 @@ messes up with Intellij IDEA test run of whole project. --> - ch.qos.logback + org.junit.jupiter * + - org.junit.jupiter + ch.qos.logback * diff --git a/pom.xml b/pom.xml index e56bd401a..814bc20f1 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ 9.4.44.v20210927 2.35 2.14.1 + 3.27.0-GA 1.7.35 31.1-jre 1.18.32 @@ -127,7 +128,7 @@ 1.1.1 2.35.0 2.0.9 - 3.12.4 + 3.0.1 2.2 9.2 @@ -269,6 +270,28 @@ hamcrest ${libs.hamcrest} + + junit + junit + ${libs.junit} + + + + org.hamcrest + hamcrest-core + + + + + org.objenesis + objenesis + ${libs.objenesis} + + + org.javassist + javassist + ${libs.javassist} + @@ -442,6 +465,7 @@ com.google.code.findbugs org.bouncycastle:* org.checkerframework + org.hamcrest:hamcrest-core org.bouncycastle:*-jdk15on