Awesome, thanks Robert! On Mar 23, 2015 5:15 PM, "Robert Metzger" <[email protected]> wrote:
> Hi, > > you have to add guava as a dependency to your project. > With the shading, users won't see Flink depending on Guava anymore. This > allows them (users) to use any guava version they want. > > > > On Mon, Mar 23, 2015 at 5:11 PM, Vasiliki Kalavri < > [email protected] > > wrote: > > > Hi squirrels, > > > > I have a maven project that only depends on flink-gelly, but after the > > guava shading change I get a compilation error in one of the classes that > > is using the primitives library: > > > > "package com.google.common does not exist". > > > > Is this to be expected? Do I need to add anything to my pom? > > > > Thanks! > > -Vasia. > > >
