This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push: new 2e43630 [HOTFIX] Fix flink dependency downloading issue 2e43630 is described below commit 2e4363097ff843221141d6446fe166750502499d Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Fri May 7 10:12:03 2021 +0800 [HOTFIX] Fix flink dependency downloading issue --- flink/interpreter/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flink/interpreter/pom.xml b/flink/interpreter/pom.xml index 931c7b7..65c0279 100644 --- a/flink/interpreter/pom.xml +++ b/flink/interpreter/pom.xml @@ -50,6 +50,14 @@ <flink.bin.download.url>https://archive.apache.org/dist/flink/flink-${flink.version}/flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.bin.download.url> </properties> + <repositories> + <repository> + <id>conjars repo</id> + <name>conjars repo</name> + <url>https://conjars.org/repo/</url> + </repository> + </repositories> + <dependencies> <dependency>