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 + + + + + +