This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit bdc4c10d24bea4d4abb8e1030b4298c5021417ca Author: Dawid Wysakowicz <[email protected]> AuthorDate: Wed Apr 21 15:30:40 2021 +0200 [FLINK-22396][legal] Remove unnecessary entries from sql hbase connector NOTICE file This closes #15706 --- .../flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE | 3 --- 1 file changed, 3 deletions(-) diff --git a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE index 6604394..b6874e3 100644 --- a/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE +++ b/flink-connectors/flink-sql-connector-hbase-1.4/src/main/resources/META-INF/NOTICE @@ -8,14 +8,11 @@ This project bundles the following dependencies under the Apache Software Licens - com.google.guava:guava:12.0.1 - com.yammer.metrics:metrics-core:2.2.0 - commons-codec:commons-codec:1.13 -- commons-configuration:commons-configuration:1.7 - commons-lang:commons-lang:2.6 - commons-logging:commons-logging:1.1.3 - io.netty:netty-all:4.1.46.Final - org.apache.hbase:hbase-client:1.4.3 - org.apache.hbase:hbase-common:1.4.3 -- org.apache.hbase:hbase-prefix-tree:1.4.3 -- org.apache.hbase:hbase-procedure:1.4.3 - org.apache.hbase:hbase-protocol:1.4.3 - org.apache.htrace:htrace-core:3.1.0-incubating - org.apache.zookeeper:zookeeper:3.4.14
