This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new 300889629bb [hotfix][table] Fix typo in maven shade configuration
(#24620)
300889629bb is described below
commit 300889629bb3d53420f3238cc1968c3b2e0ea085
Author: Robert Metzger <[email protected]>
AuthorDate: Thu Apr 4 21:11:26 2024 +0200
[hotfix][table] Fix typo in maven shade configuration (#24620)
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 d310182adff..2bb417458be 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>