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:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils_2.10</artifactId>
<version>1.2.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Best,
Flavio
On Tue, Feb 14, 2017 at 2:51 PM, Nico Kruber <[email protected]> wrote:
> 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 \
> -DarchetypeGroupId=org.apache.flink \
> -DarchetypeArtifactId=flink-quickstart-java \
> -DarchetypeVersion=1.2.0
>
> for which I could not find any dependency issues using Eclipse.
>
> Regards,
> Nico
>
> On Tuesday, 14 February 2017 14:17:10 CET Flavio Pompermaier wrote:
> > 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
>
>