Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
With ossindex starting to make a bunch of questionable calls, we need to exclude more and more dependencies. I had initially wanted to limit the dependencies in our effectively abandoned modules (agerecogniser) to the poms there.
That causes problems though because we have to re-exclude dependencies in those modules when we add exclusions to the parent pom.
So, we should centralize exclusions in the parent pom, even though that has us excluding notoriously embarrassing dependencies in parent (like log4j 1.x).