ATM draw.io GitHub repository includes many minified third party JavaScript libraries which we load from the draw.io WebJar we buid. It would be better to:
make sure these third party libraries are published as WebJars (we can publish them ourselves from https://www.webjars.org/ ); of course, we need to see which version is used by draw.io and publish that version or something compatible
declare the published WebJars as Maven dependencies of the draw.io WebJar we build ourselves
exclude the minified third party libraries from the draw.io WebJar we build
ATM draw.io GitHub repository includes many minified third party JavaScript libraries which we load from the draw.io WebJar we buid. It would be better to: