Details
Description
The pom.xml for uberjar has all the dependencies as "compile". They should be "provided", or else the transitive dependencies will grab double the copies of every class. I've attached a patch and have verified that this works.
The pom.xml for uberjar has all the dependencies as "compile". They should be "provided", or else the transitive dependencies will grab double the copies of every class. I've attached a patch and have verified that this works.
Patrick, I'm really sorry for applying this so late, I didn't notice that there was a patch attached and I was waiting for one...
Thanks again