You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/06/01 05:38:27 UTC

[flink-statefun] branch release-2.1 updated: [hotfix] [legal] Add missing junixsocket-native-common entry in distribution NOTICE

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

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


The following commit(s) were added to refs/heads/release-2.1 by this push:
     new 9b642b3  [hotfix] [legal] Add missing junixsocket-native-common entry in distribution NOTICE
9b642b3 is described below

commit 9b642b36c7df033a0764b86b357a0f3e0346bb5b
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Mon Jun 1 13:36:33 2020 +0800

    [hotfix] [legal] Add missing junixsocket-native-common entry in distribution NOTICE
---
 .../statefun-flink-distribution/src/main/resources/META-INF/NOTICE       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE
index ddf1933..2ec16ad 100644
--- a/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE
+++ b/statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE
@@ -8,6 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens
 
 - com.kohlschutter.junixsocket:junixsocket-core:2.3.2
 - com.kohlschutter.junixsocket:junixsocket-common:2.3.2
+- com.kohlschutter.junixsocket:junixsocket-native-common:2.3.2
 - commons-codec:commons-codec:1.10
 - commons-lang:commons-lang:2.6
 - commons-logging:commons-logging:1.1.3