Re: Flink Streaming Core 0.10 in maven repos

2015-11-23 Thread Ufuk Celebi
There is also this guide: https://cwiki.apache.org/confluence/display/FLINK/Migration+Guide%3A+0.9.x+to+0.10.x On Monday, 23 November 2015, Stephan Ewen wrote: > Hi Arnaud! > > In 0.10 , we renamed the dependency to "flink-streaming-java" (and > flink-streaming-scala"), to be more in line with t

Re: Flink Streaming Core 0.10 in maven repos

2015-11-23 Thread Stephan Ewen
Hi Arnaud! In 0.10 , we renamed the dependency to "flink-streaming-java" (and flink-streaming-scala"), to be more in line with the structure of the dependencies on the batch side. Just replace "flink-streaming-core" with "flink-streaming-java"... Greetings, Stephan On Mon, Nov 23, 2015 at 9:07

Re: Flink Streaming Core 0.10 in maven repos

2015-11-23 Thread Suneel Marthi
This is what I used for a Flink Streaming talk and demo at a meetup last week, this is with Flink 0.10.0 org.apache.flink flink-core ${flink.version} org.apache.flink flink-streaming-java ${flink.version} org.apache.flink flink-runtime ${flink.version} org.apa

Flink Streaming Core 0.10 in maven repos

2015-11-23 Thread LINZ, Arnaud
Hello, Small question: I can't find the Streaming Core component in 0.10 version in the maven repo : http://mvnrepository.com/artifact/org.apache.flink/flink-streaming-core Thus in my pom file this artifact is the only part of my Flink's dependencies to stay in 0.10-SNAPSHOT version. Is there s