SpringFox dependency prepared for use in JDK 9+.
Similar to andreasfrosig's solution in springfox/springfox#2064.
Builded library hosted on JitPack.
For use springfox as module in JKD 9+ project with modules you need only this steps:
- Add the JitPack repository to your build file as described in JitPack documentation
- Add dependency on
com.github.valery1707:springfox-assemblywith required version - Remove direct dependency on
io.springfox:springfox-core,io.springfox:springfox-spiorio.springfox:springfox-schema - Remove transient dependency on
io.springfox:springfox-core,io.springfox:springfox-spiorio.springfox:springfox-schemafrom libraries such asio.springfox:springfox-swagger2,io.springfox:springfox-swagger-uiand etc. - Replace modules
springfox.coreandspringfox.spiwithspringfox.assembly
If version is need for you does not exists already - you can request it by creating an Issue.