Hacker News new | ask | show | jobs
by vips7L 1918 days ago
In my experience mst of these changes are simple to add to your projects pom or build.gradle. For instance the removal of the jaxb xml runtime is a simple 1 liner to your project:

    runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:2.3.2'