LDEV-4599 Duplicate user data in the toolUser data like name or email seems redundant in tool tables. Butotherwise we would have to hit the core tables every time we want tofetch it. We stick to redundancy until we have a well working 2nd levelcache and we agree to couple tool and core tables more tightly.
LDEV-4599 Add JWT library. Set up dependencies.If LAMS has been slimmed before deployment of this patch, it is missingJackson library which is needed for JWT library to work. The library cantaken from a fresh copy of WF from the following path:<WF>modules\system\layers\base\com\fasterxmlIt needs to be copied to the slimmed WF instance.