You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2019/07/18 07:57:45 UTC

[flink] branch release-1.9 updated: [hotfix][kafka] Fix typo in filter property in pom.xml

This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 4b08bc4  [hotfix][kafka] Fix typo in filter property in pom.xml
4b08bc4 is described below

commit 4b08bc43536037e7c973661b4a4cae4e314ef514
Author: Zhenghua Gao <do...@gmail.com>
AuthorDate: Thu Jul 18 15:51:14 2019 +0800

    [hotfix][kafka] Fix typo in filter property in pom.xml
    
    This closes #9142
---
 flink-connectors/flink-sql-connector-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-sql-connector-kafka/pom.xml b/flink-connectors/flink-sql-connector-kafka/pom.xml
index cc1086d..483dff8 100644
--- a/flink-connectors/flink-sql-connector-kafka/pom.xml
+++ b/flink-connectors/flink-sql-connector-kafka/pom.xml
@@ -74,7 +74,7 @@ under the License.
 											Cites a binary dependency on jersey, but this is neither reflected in the
 											dependency graph, nor are any jersey files bundled. -->
 										<exclude>NOTICE</exclude>
-										<execude>common/**</execude>
+										<exclude>common/**</exclude>
 									</excludes>
 								</filter>
 							</filters>