From e4ae20300aeb3b0fe34b2c1a5244673059a0102b Mon Sep 17 00:00:00 2001 From: Alexey Loubyansky Date: Mon, 4 Oct 2021 14:43:53 +0200 Subject: [PATCH] exclude javax.xml.bind:jaxb-api from the quarkus-bom --- bom/application/pom.xml | 7 ------- bom/test/pom.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 9227a21a30adf..f248049081c44 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -73,8 +73,6 @@ 1.1.2 2.3.3 2.3.3-b02 - - 2.3.1 2.0.1.Final 2.0.0.Final 9.2 @@ -3100,11 +3098,6 @@ - - javax.xml.bind - jaxb-api - ${jaxb-api.version} - io.rest-assured json-schema-validator diff --git a/bom/test/pom.xml b/bom/test/pom.xml index 78b85e6627067..fc39c9e63da87 100644 --- a/bom/test/pom.xml +++ b/bom/test/pom.xml @@ -16,6 +16,9 @@ Dependency management for integration tests. Importable by third party extension developers. + + 2.3.1 + 1.3.8 0.22.1 @@ -53,6 +56,12 @@ + + + javax.xml.bind + jaxb-api + ${jaxb-api.version} +