Re: Missing test dependency in Eclipse with Flink 1.2.0

2017-02-14 Thread Flavio Pompermaier
Great! Thanks a lot On 14 Feb 2017 6:07 p.m., "Nico Kruber" wrote: > I did some digging and this is actually documented in FLINK-4813 [1]. > > To work around this issue, add the following plugin to your build plugins: > > > > org.apache.felix > maven-bundle-plugin > 3.0

Re: Missing test dependency in Eclipse with Flink 1.2.0

2017-02-14 Thread Nico Kruber
I did some digging and this is actually documented in FLINK-4813 [1]. To work around this issue, add the following plugin to your build plugins: org.apache.felix maven-bundle-plugin 3.0.1 true true Nico [1] https://issues.apache.org/jira/browse/FLINK-

Re: Missing test dependency in Eclipse with Flink 1.2.0

2017-02-14 Thread Flavio Pompermaier
Hi Nico, thanks for the response. The problem is that I don't use the quickstart example. I have a working set of jobs (in Flink 1.1.4) with some unit tests. In the unit tests I use the following dependency that causes the problem: org.apache.flink flink-test-utils_

Re: Missing test dependency in Eclipse with Flink 1.2.0

2017-02-14 Thread Nico Kruber
You do not require a plugin, but most probably this dependency was not fetched by Eclipse. Please try a "mvn clean package" in your project and see whether this helps Eclipse. Also, you may create a clean test project with mvn archetype:generate \ -Darchetype

Missing test dependency in Eclipse with Flink 1.2.0

2017-02-14 Thread Flavio Pompermaier
Hi to all, I've tried to migrate to Flink 1.2.0 and now my Eclipse projects says that they can't find *apacheds-jdbm1* that has packaging bundle. Should I install some plugin? Best, Flavio