From effc2afc3b351ca40846ee72d2248edb9f3722b0 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 13 Oct 2020 10:06:35 +0200 Subject: [PATCH] Move Bootstrap dependency out of the BOM It should never have been added there. Fix #12632 --- bom/application/pom.xml | 8 -------- build-parent/pom.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 71c28e41c5402..bac05e6ca83c3 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -167,8 +167,6 @@ 0.33.6 3.14.9 1.7.30 - - 3.1.0 3.1.7 0.1.0 4.12.0 @@ -4274,12 +4272,6 @@ ${snakeyaml.version} - - org.webjars - bootstrap - ${bootstrap.version} - - org.webjars webjars-locator-core diff --git a/build-parent/pom.xml b/build-parent/pom.xml index e88cb66e82fe2..1acc7143b6535 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -105,6 +105,9 @@ 2.0.30.Final + + 3.1.0 + 0.12.1 0.22.0 @@ -236,6 +239,11 @@ test ${boring-ssl.version} + + org.webjars + bootstrap + ${bootstrap.version} + io.quarkus