Re: Failure to donwload flink-contrib dependency

2016-11-20 Thread Juan Rodríguez Hortalá
Hi Andrey, You are totally right, it worked with the following dependency. org.apache.flink flink-streaming-contrib_2.10 ${flink.version} My knowledge of maven is quite limited, thanks a lot for your help! Greetings, Juan On Sun, Nov 20, 2016 at 12:58 PM, Andrey Melentyev < andrey

Re: Failure to donwload flink-contrib dependency

2016-11-20 Thread Andrey Melentyev
Hi Juan, flink-contrib itself is just a parent project for a number of others like flink-connector-wikiedits, flink-statebackend-rocksdb, etc. Therefore flink-contrib has it's packaging set to "pom" and no jar is published. Depending on which part of flink-contrib you want, you should add a more s

Failure to donwload flink-contrib dependency

2016-11-20 Thread Juan Rodríguez Hortalá
Hi, I'm having problems to download flink-contrib in my Java maven project, the relevant part of the pom is: UTF-8 1.1.3 org.apache.flink flink-contrib ${flink.version} I see that in https://repo1.maven.org/maven2/org/apache/flink/flink-contrib/1.1.3/ there are no jar files,