It would be nice to restrict the dependency list to a minimum:
- I see 4 logging dependencies while none is required (except as a transitive dependency from HttpClient5)
- the javax.validation dependency is not really required as those annotations, while useful, are used in a single class. (And, I would say, there are better libraries that provide such annotations).
It would be nice to restrict the dependency list to a minimum: