Hi Önder, On Mon, May 15, 2017 at 10:00 AM, Onder SEZGIN <ondersez...@gmail.com> wrote: > I have to manually update those jar by downloading them via wget. > > Do you know a workaround for such issues?
Could it be that you have a proxy configured to scan for viruses? I've seen instances of security appliances that inject class files into downloaded jars, effectively corrupting them. If you're working with -SNAPSHOT versions you can add -U command line switch to Maven to force updating them from the repository (e.g. mvn -U install), zoran -- Zoran Regvart