Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2811
[Multiple builds](https://travis-ci.org/wegtam/zeppelin/builds/344196467)
fails with
```
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]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :zeppelin-flink_2.10
```
Can we check this error?
---