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 ec2c1a2944274c47bd000c569a903221d9b951f0
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Fri May 24 15:32:30 2019 +0200

    [FLINK-12115][fs] Add NOTICE file for flink-azure-fs-hadoop
    
    This closes #8537.
    This closes #8117.
---
 NOTICE-binary                                      | 22 ++++++++++++++++++++++
 .../src/main/resources/META-INF/NOTICE             | 21 +++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/NOTICE-binary b/NOTICE-binary
index 2c20a5e..a490777 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -305,6 +305,28 @@ See bundled license files for details.
 
 - font-awesome:4.5.0 (Font)
 
+flink-azure-fs-hadoop
+Copyright 2014-2019 The Apache Software Foundation
+
+This project includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.fasterxml.jackson.core:jackson-annotations:2.7.0
+- com.fasterxml.jackson.core:jackson-core:2.7.8
+- com.fasterxml.jackson.core:jackson-databind:2.7.8
+- com.google.guava:guava:11.0.2
+- com.microsoft.azure:azure-keyvault-core:0.8.0
+- com.microsoft.azure:azure-storage:5.4.0
+- commons-codec:commons-codec:1.10
+- commons-logging:commons-logging:1.1.3
+- org.apache.hadoop:hadoop-azure:3.1.0
+- org.apache.httpcomponents:httpclient:4.5.3
+- org.apache.httpcomponents:httpcore:4.4.6
+- org.eclipse.jetty:jetty-util:9.3.19.v20170502
+- org.eclipse.jetty:jetty-util-ajax:9.3.19.v20170502
+
 flink-swift-fs-hadoop
 Copyright 2014-2019 The Apache Software Foundation
 
diff --git 
a/flink-filesystems/flink-azure-fs-hadoop/src/main/resources/META-INF/NOTICE 
b/flink-filesystems/flink-azure-fs-hadoop/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..9235626
--- /dev/null
+++ b/flink-filesystems/flink-azure-fs-hadoop/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,21 @@
+flink-azure-fs-hadoop
+Copyright 2014-2019 The Apache Software Foundation
+
+This project includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- com.fasterxml.jackson.core:jackson-annotations:2.7.0
+- com.fasterxml.jackson.core:jackson-core:2.7.8
+- com.fasterxml.jackson.core:jackson-databind:2.7.8
+- com.google.guava:guava:11.0.2
+- com.microsoft.azure:azure-keyvault-core:0.8.0
+- com.microsoft.azure:azure-storage:5.4.0
+- commons-codec:commons-codec:1.10
+- commons-logging:commons-logging:1.1.3
+- org.apache.hadoop:hadoop-azure:3.1.0
+- org.apache.httpcomponents:httpclient:4.5.3
+- org.apache.httpcomponents:httpcore:4.4.6
+- org.eclipse.jetty:jetty-util:9.3.19.v20170502
+- org.eclipse.jetty:jetty-util-ajax:9.3.19.v20170502

Reply via email to