LAI-3 Upgrade libraries to work with Word and PDF documentsSome libraries that we used for working with Word documents are outdated and insecure. It is a good idea to update them and their dependencies so we work with modern code when extracting PDF text for AI summarisation.
LDEV-3275: Make Tool Deployer use its own libraries stored in lams_build/tool-deploy instead ones from lams_build/lib as these are getting updated to WildFly versions.
LDEV-3275: Minify Ant .properties files. Most of the variables were constant, never changed. Since build file inheritance was introduced to LAMS, it is fairly easy to change relative paths in build files themselves. So only root path were left in .properties files and variables that can actually change from project to project.