From 3fd0350a90a743c738d6f4cf0ff84628c1652b25 Mon Sep 17 00:00:00 2001 From: Richard Richter Date: Tue, 2 Jun 2020 23:25:57 +0200 Subject: [PATCH] Upgrade to Spring Boot 2.3.0 and fixes of bouncycastle dep-convergence --- gui/admin-gui/pom.xml | 2 -- pom.xml | 13 ++++++++++++- testing/schrodingertest/pom.xml | 20 +++++--------------- tools/schrodinger/pom.xml | 12 ------------ 4 files changed, 17 insertions(+), 30 deletions(-) diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index dbd5995b3dc..d17bdf22952 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -615,11 +615,9 @@ org.bouncycastle bcpkix-jdk15on - 1.64 - org.springframework.boot spring-boot-starter-test diff --git a/pom.xml b/pom.xml index c4e90d75152..940498f073c 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.7.RELEASE + 2.3.0.RELEASE com.evolveum.midpoint @@ -205,6 +205,7 @@ 2.12.0 1.8 1.4.0 + 1.64 diff --git a/testing/schrodingertest/pom.xml b/testing/schrodingertest/pom.xml index 4f94c30b177..089a3a8d066 100644 --- a/testing/schrodingertest/pom.xml +++ b/testing/schrodingertest/pom.xml @@ -97,10 +97,6 @@ org.apache.commons commons-exec - - org.bouncycastle - bcpkix-jdk15on - org.hibernate hibernate-core @@ -130,22 +126,16 @@ test - junit - junit + com.evolveum.midpoint.repo + repo-sql-impl + ${project.version} test - com.evolveum.midpoint.repo - repo-sql-impl - ${project.version} + junit + junit test - - - - - - diff --git a/tools/schrodinger/pom.xml b/tools/schrodinger/pom.xml index 00bec63fa0e..c496df9539b 100644 --- a/tools/schrodinger/pom.xml +++ b/tools/schrodinger/pom.xml @@ -70,17 +70,5 @@ - - - org.testng - testng - test - - - - com.google.guava - guava - test -