Github user jan0sch commented on the issue: https://github.com/apache/zeppelin/pull/2811 Some CI jobs still give dependency errors even with flink forced to scala 2.11: https://travis-ci.org/wegtam/zeppelin/builds/348578784 ``` [ERROR] Failed to execute goal on project zeppelin-flink_2.11: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-flink_2.11:jar:0.8.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.flink:flink-clients_2.10:jar:1.4.1, org.apache.flink:flink-runtime_2.10:jar:1.4.1, org.apache.flink:flink-scala_2.10:jar:1.4.1, org.apache.flink:flink-scala-shell_2.10:jar:1.4.1, com.typesafe.akka:akka-actor_2.10:jar:2.4.20, com.typesafe.akka:akka-remote_2.10:jar:2.4.20, com.typesafe.akka:akka-slf4j_2.10:jar:2.4.20, com.typesafe.akka:akka-testkit_2.10:jar:2.4.20: Could not find artifact org.apache.flink:flink-clients_2.10:jar:1.4.1 in central (http://repo.maven.apache.org/maven2) -> [Help 1] ```
---