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.