reinert / JJSchema

A generator from Java Types to JSON-Schema using Jackson.
Other
117 stars 56 forks source link

reduces dependency footprint to actually used dependencies #76

Closed hgschmie closed 6 years ago

hgschmie commented 6 years ago

The current version of the library includes a large "everything" dependency to jersey that is actually not needed. This reduces it to the required jackson and javax.rs.ws-api dependencies.

Also updates junit to the current Junit4 version

heat commented 6 years ago

Could we remove guarva dependencies in favor new java 8 api ? There is a few use of that. https://github.com/reinert/JJSchema/search?utf8=%E2%9C%93&q=com.google&type=Code