This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 2636aec [HOTFIX] Fix flink dependency downloading issue 2636aec is described below commit 2636aec20ac1548cace2482d09c3c6eeccdb8b4a 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 2807552..ef9f8f1 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>