GoodGrind/ghostwriter

Eliminate 3rd party libraries

szabolcsmaj opened this issue · 1 comments

We should eliminate 3rd party libraries so users don't need to add unnecessary dependencies. Also they will cause trouble when there is a major version number difference between the runtime dependency and the dependency the users want to use in their own software. Is it a likely scenario?

Possible solution is to assemble the runtime jar including the dependencies under different package name to blow up JVM metaspace. Maybe we could provide 2 different jars?

Affects the runtime repos.