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


The following commit(s) were added to refs/heads/master by this push:
     new e521191  [FLINK-12689][dist] Add flink-azure-fs-hadoop dependency to 
flink-dist
e521191 is described below

commit e521191b6bb224e13d10ecd4c31eea1807d636d9
Author: Gary Yao <g...@apache.org>
AuthorDate: Sat Jun 1 21:52:23 2019 +0200

    [FLINK-12689][dist] Add flink-azure-fs-hadoop dependency to flink-dist
    
    This closes #8590.
---
 flink-dist/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 343cc58..59c2b77 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -329,6 +329,13 @@ under the License.
 
                <dependency>
                        <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-azure-fs-hadoop</artifactId>
+                       <version>${project.version}</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
                        <artifactId>flink-s3-fs-hadoop</artifactId>
                        <version>${project.version}</version>
                        <scope>provided</scope>

Reply via email to