From 0f793fc810002399a7318769487c66c464b33f9a Mon Sep 17 00:00:00 2001 From: ConradJam Date: Wed, 19 Jun 2024 18:15:37 +0800 Subject: [PATCH] [Fix]: class not found for clickhouse and httpclient5 package #127 --- flink-connector-clickhouse/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/flink-connector-clickhouse/pom.xml b/flink-connector-clickhouse/pom.xml index 853d1b0..86ceb3f 100644 --- a/flink-connector-clickhouse/pom.xml +++ b/flink-connector-clickhouse/pom.xml @@ -238,6 +238,29 @@ limitations under the License. + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + + + com.clickhouse:clickhouse-jdbc + org.apache.httpcomponents.client5:httpclient5 + org.apache.httpcomponents.core5:httpcore5 + org.apache.httpcomponents.core5:httpcore5-h2 + + + + + +