From 41a341ecaf1d3f918564a11ac81c90c5216de02e Mon Sep 17 00:00:00 2001 From: Alexey Loubyansky Date: Tue, 8 Jun 2021 16:28:53 +0200 Subject: [PATCH] Move some of the test deps out of quarkus-bom --- bom/application/pom.xml | 34 ---------------------------------- bom/test/pom.xml | 31 ++++++++++++++++++++++++++----- build-parent/pom.xml | 28 ++++++++++++++++++++++++++-- 3 files changed, 52 insertions(+), 41 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index e8113b072db16..ed288099539a7 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -99,7 +99,6 @@ 1.11 7.6.0.Final 7.10.0 - 1.3.8 2.2.21 1.0.6.Final 2.2.1.Final @@ -129,7 +128,6 @@ 5.7.2 6.14.2 3.19.0 - 2.4.1 12.1.4.Final 4.4.1.Final 2.9.1 @@ -170,7 +168,6 @@ 0.33.8 3.14.9 4.3.0 - 3.1.7 0.1.0 5.4.1 2.2.0 @@ -178,7 +175,6 @@ 2.1.SP2 5.2.Final 2.1.SP1 - 2.40.0 3.11.2 5.3.1 4.8 @@ -2926,11 +2922,6 @@ rxjava ${rxjava.version} - - io.reactivex - rxjava - ${rxjava1.version} - io.opentracing opentracing-api @@ -3684,11 +3675,6 @@ assertj-core ${assertj.version} - - org.subethamail - subethasmtp - ${subethasmtp.version} - org.mongodb @@ -3721,11 +3707,6 @@ mongodb-crypt ${mongo-crypt.version} - - net.minidev - json-smart - ${json-smart.version} - @@ -4453,21 +4434,6 @@ ${jacoco.version} runtime - - net.sourceforge.htmlunit - htmlunit - ${htmlunit.version} - - - org.apache.httpcomponents - httpmime - - - commons-logging - commons-logging - - - io.smallrye.reactive smallrye-mutiny-vertx-core diff --git a/bom/test/pom.xml b/bom/test/pom.xml index e14465ec71152..78b85e6627067 100644 --- a/bom/test/pom.xml +++ b/bom/test/pom.xml @@ -16,20 +16,27 @@ Dependency management for integration tests. Importable by third party extension developers. - 1.15.3 + 1.3.8 0.22.1 + - org.testcontainers - testcontainers-bom - ${testcontainers.version} + io.quarkus + quarkus-bom + ${project.version} pom import + + io.reactivex + rxjava + ${rxjava1.version} + + io.strimzi strimzi-test-container @@ -46,7 +53,21 @@ - + + + + io.quarkus + quarkus-bom + pom + ${project.version} + + + * + * + + + + diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 506ead1407585..125186dae0d4a 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -38,8 +38,9 @@ what we work with by self downloading it: --> 21.1.0 21.0 - 4.3.2 - 1.1.0 + + 2.40.0 + 3.1.7 2.3.31 @@ -283,6 +284,22 @@ test + + net.sourceforge.htmlunit + htmlunit + ${htmlunit.version} + + + org.apache.httpcomponents + httpmime + + + commons-logging + commons-logging + + + + org.webjars @@ -299,6 +316,13 @@ jquery ${webjar.jquery.version} + + + org.subethamail + subethasmtp + ${subethasmtp.version} + test +