Closed hgschmie closed 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
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
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