From 9572cf6b287d71ee9c307546d8cd8f8898137bdd Mon Sep 17 00:00:00 2001 From: John Roesler Date: Sun, 13 Nov 2022 21:37:07 -0600 Subject: [PATCH] [FLINK-29962] Exclude jamon 2.3.1 from dependencies (#21278) --- flink-connectors/flink-connector-hive/pom.xml | 16 ++++++++++++++++ .../flink-sql-gateway-test/pom.xml | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml index e41e0fbd49528..e82debd50237e 100644 --- a/flink-connectors/flink-connector-hive/pom.xml +++ b/flink-connectors/flink-connector-hive/pom.xml @@ -695,6 +695,10 @@ under the License. ${hive.version} test + + org.jamon + jamon-runtime + org.apache.hive hive-exec @@ -781,6 +785,10 @@ under the License. ${hive.version} test + + org.jamon + jamon-runtime + org.apache.hive hive-exec @@ -834,6 +842,10 @@ under the License. ${hive.version} test + + org.jamon + jamon-runtime + jdk.tools jdk.tools @@ -944,6 +956,10 @@ under the License. ${hive.version} test + + org.jamon + jamon-runtime + log4j log4j diff --git a/flink-end-to-end-tests/flink-sql-gateway-test/pom.xml b/flink-end-to-end-tests/flink-sql-gateway-test/pom.xml index d990c1ea9ed2b..22598d286a352 100644 --- a/flink-end-to-end-tests/flink-sql-gateway-test/pom.xml +++ b/flink-end-to-end-tests/flink-sql-gateway-test/pom.xml @@ -63,6 +63,10 @@ under the License. ${hive.version} test + + org.jamon + jamon-runtime + log4j log4j