LDEV-4402 Substitute Gson and Apache JSON with Jackson
Jackson is a top JSON library shipped with WF10.
Apache JSON resides in an ancient library which we do not need for
anything else.
We use GSon only for serializing Java objects to JSON, which Jackson can
do too.