Remove external dependencies at all
magdel opened this issue · 2 comments
magdel commented
therapi-runtime-javadoc/build.gradle
Line 20 in 584558d
Hello! I just wonder if it is possible to remove dependency at all and have nice pure Java library.
dnault commented
Hi Pavel,
I'm not sure I see the benefit of implementing our own JSON library.
The minimal-json
library is shaded/shadowed into the therapi-runtime-javadoc JAR, repackaged to avoid any possible dependency conflicts:
therapi-runtime-javadoc/build.gradle
Lines 27 to 31 in 584558d
From a user's perspective, the therapi-runtime-javadoc library has no external dependencies. You can verify this by inspecting the published POM.
Thanks,
David