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

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


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

commit 01fd52b7f2277f9553d56d08b03ab734b9700c1e
Author: Zhenghua Gao <doc...@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 6e7ec86..3051ad4 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>

Reply via email to