I have a fat jar created using maven 3.5.
I am trying to reduce the size of fat jar. Can someone let me know how I can determine the size of the larger dependencies? If a dependency A brings in B & C . Then the size of A should be the sum of the size of A, B & C.
Is there a way to do this in maven 3.5?