I have a application which have lot of dependencies and I want to reduce war footprint. I want to exclude these dependencies and create a .zip file of dependencies and I also want to know where to place this zip file so that when deployed to tomcat it can be picked up properly.
I tried to use providedCompile
providedRuntime
but its not working