Hi Saiph, You can enter flink directory and run `mvn clean install -DskipTest=true` to install all the modules (including flunk-streaming-java) into your local .m2 repository . After that, change your app dependencies version to the version of your flink, such as “1.1-SNAPSHOT”. At last, reimport your app project. - Jark Wu
> 在 2016年5月12日,上午2:33,Saiph Kappa <saiph.ka...@gmail.com> 写道: > > Hi, > > I'm performing some modifications on Flink (current trunk version). I want > a scala app (sbt based) to use that modified version. I'm only modifying > the flink-streaming-java module, what is the typical way to specify the > dependencies for my application in this case? Should I copy all jars to the > lib folder of my app, or to build a big fat jar? how do the devs here do it? > > Thanks.