LDEV-4402 Reintroduce XML Commons library The library was supposed to become obsolete after changing XStream cod, but is still required by Struts and Apache Commons Validator. Also obsolete entries for JBoss Web and Gson were removed from a configuration file.
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.