LDEV-4457 Monitor can do group upload, course grouping has uploadFixed the security so that Monitor role users can use the groups spreadsheet upload feature. Added upload support for the coursegrouping screen.
LDEV-4423 Adding portraits to Monitor screensPortraits incorporated into general monitor screens such as the email sending popup, journal viewing, grouping and learner progress. Also fixed issues in journal viewing relating to LDEV-4393.
LDEV-4407 Move ContributeDTOFactory to the proper packageContributeDTOFactory were moved toorg.lamsfoundation.lams.monitoring.service package. (To access file's earlier history use Eclipse's Show in History featureor run 'git log --follow ./path/to/file')
LDEV-4402 Substitute Gson and Apache JSON with JacksonJackson is a top JSON library shipped with WF10.Apache JSON resides in an ancient library which we do not need foranything else.We use GSon only for serializing Java objects to JSON, which Jackson cando too.