Joda exclude in java quickstart maven archetype

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Joda exclude in java quickstart maven archetype

Flavio Pompermaier
Hi to all,
I've tried to  upgrade from Flink 1.0.2 to 1.1.1 so I've copied the excludes of the maven shade plugin from the java quickstart pom but it includes the exclude of joda (that is not contained in the flink-dist jar).  That causes my job to fail. 
Shouldn't it be removed from the exclude list?

Best,
Flavio
Reply | Threaded
Open this post in threaded view
|

Re: Joda exclude in java quickstart maven archetype

Fabian Hueske-2
Hi Flavio,

yes, Joda should not be excluded.
This will be fixed in Flink 1.1.2.

Cheers, Fabian


2016-08-29 11:00 GMT+02:00 Flavio Pompermaier <[hidden email]>:
Hi to all,
I've tried to  upgrade from Flink 1.0.2 to 1.1.1 so I've copied the excludes of the maven shade plugin from the java quickstart pom but it includes the exclude of joda (that is not contained in the flink-dist jar).  That causes my job to fail. 
Shouldn't it be removed from the exclude list?

Best,
Flavio