You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/07/02 17:02:13 UTC

[flink] 03/03: [hotfix] Fix flink-sql-parquet NOTICE file

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

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

commit 599314b816a201508d4b13cb6dcf6c9933af76f3
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Thu Jul 2 18:26:51 2020 +0200

    [hotfix] Fix flink-sql-parquet NOTICE file
    
    Remove unused dependency org.apache.commons:commons-compress:1.20 from NOTICE file
    
    This closes #12811.
---
 flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
index fbf65f5..d0cb74e 100644
--- a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
+++ b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
@@ -13,6 +13,5 @@ This project bundles the following dependencies under the Apache Software Licens
 - org.apache.parquet:parquet-format:2.4.0
 - org.codehaus.jackson:jackson-mapper-asl:1.9.13
 - org.codehaus.jackson:jackson-core-asl:1.9.13
-- org.apache.commons:commons-compress:1.20
 - commons-pool:commons-pool:1.6
 - commons-codec:commons-codec:1.10