Re: Compile issues with Flink 1.0-SNAPSHOT and Scala 2.11

Posted by Ufuk Celebi on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Compile-issues-with-Flink-1-0-SNAPSHOT-and-Scala-2-11-tp4870p4873.html


> On 11 Feb 2016, at 22:24, Cory Monty <[hidden email]> wrote:
>
> Hmm. We don't explicitly include "flink-annotations" and we do not append the Scala suffix for "flink-core":
>
> `"org.apache.flink" % "flink-core" % "1.0-SNAPSHOT"`
>
> Here are the packages we currently include with a Scala suffix:
>
> flink-scala
> flink-clients
> flink-streaming-scala
> flink-connector-kafka-0.8
> flink-test-utils
> flink-streaming-contrib
>
> If there is any documentation you can point to regarding when to include the Scala suffix on Flink packages, let me know.

Did you check this out?

https://cwiki.apache.org/confluence/display/FLINK/Maven+artifact+names+suffixed+with+Scala+version

– Ufuk