Remove unnecessary excludes on javax.xml.bind:jaxb-api

See gh-45025

Signed-off-by: DimaVilda <dimavilda@gmail.com>
This commit is contained in:
DimaVilda
2025-04-07 20:00:27 +02:00
committed by Phillip Webb
parent 4732958f5c
commit 31daa0f0d6
5 changed files with 6 additions and 22 deletions

View File

@@ -70,9 +70,7 @@ dependencies {
optional("org.hamcrest:hamcrest-library")
optional("org.hibernate.orm:hibernate-core")
optional("org.hibernate.validator:hibernate-validator")
optional("org.jooq:jooq") {
exclude(group: "javax.xml.bind", module: "jaxb-api")
}
optional("org.jooq:jooq")
optional("org.liquibase:liquibase-core") {
exclude(group: "javax.xml.bind", module: "jaxb-api")
}
@@ -148,7 +146,6 @@ dependencies {
testRuntimeOnly("org.testcontainers:jdbc") {
exclude group: "javax.annotation", module: "javax.annotation-api"
exclude group: "javax.xml.bind", module: "jaxb-api"
}
tomcatDistribution("org.apache.tomcat:tomcat:${tomcatVersion}@zip")