This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new 4c580cbe87d [hotfix][table] Fix typo in maven shade configuration
(#24621)
4c580cbe87d is described below
commit 4c580cbe87d3b76d0906a1d264176f88480a890d
Author: Robert Metzger <[email protected]>
AuthorDate: Thu Apr 4 21:11:02 2024 +0200
[hotfix][table] Fix typo in maven shade configuration (#24621)
Co-authored-by: anupamaggarwal <[email protected]>
---
flink-table/flink-sql-jdbc-driver-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-table/flink-sql-jdbc-driver-bundle/pom.xml
b/flink-table/flink-sql-jdbc-driver-bundle/pom.xml
index 2f8fcba3288..b918e1482fa 100644
--- a/flink-table/flink-sql-jdbc-driver-bundle/pom.xml
+++ b/flink-table/flink-sql-jdbc-driver-bundle/pom.xml
@@ -111,7 +111,7 @@
<include>org.apache.flink:flink-table-common</include>
<include>org.apache.flink:flink-annotations</include>
<include>org.apache.flink:flink-core</include>
-
<incldue>org.apache.flink:flink-runtime</incldue>
+
<include>org.apache.flink:flink-runtime</include>
<include>org.apache.flink:flink-clients</include>
<include>org.apache.flink:flink-table-api-java</include>
<include>org.apache.flink:flink-json</include>