From bba0b38a7eb89d8471aa6219cb161f4cc03fc842 Mon Sep 17 00:00:00 2001 From: Ling Hengqian Date: Wed, 13 Dec 2023 16:50:41 +0800 Subject: [PATCH] =?UTF-8?q?Remove=20sql-federation=E2=80=99s=20transitive?= =?UTF-8?q?=20dependency=20on=20JAXB=20(#29393)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/sql-federation/core/pom.xml | 15 --------------- kernel/sql-federation/executor/pom.xml | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/kernel/sql-federation/core/pom.xml b/kernel/sql-federation/core/pom.xml index 06d39c12acb40..16decaa21a452 100644 --- a/kernel/sql-federation/core/pom.xml +++ b/kernel/sql-federation/core/pom.xml @@ -54,21 +54,6 @@ ${project.version} test - - jakarta.xml.bind - jakarta.xml.bind-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - - - jakarta.activation - jakarta.activation-api - test - diff --git a/kernel/sql-federation/executor/pom.xml b/kernel/sql-federation/executor/pom.xml index 41db5e5c19b1e..c23669997eb55 100644 --- a/kernel/sql-federation/executor/pom.xml +++ b/kernel/sql-federation/executor/pom.xml @@ -74,21 +74,6 @@ ${project.version} test - - jakarta.xml.bind - jakarta.xml.bind-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - - - jakarta.activation - jakarta.activation-api - test -