Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/3092
Seems this PR broke build for scala 2.11
After execution of ` ./dev/change_scala_version.sh 2.11` I have got error
```
[ERROR] Failed to execute goal on project zeppelin-beam: Could not resolve
dependencies for project org.apache.zeppelin:zeppelin-beam:jar:0.9.0-SNAPSHOT:
Could not find artifact
org.apache.zeppelin:zeppelin-scio_2.10:jar:0.9.0-SNAPSHOT in apache.snapshots
(http://repository.apache.org/snapshots) -> [Help 1]```
@selvinsource could check maven build?
---