Modules removed in Java 11

According to the release-notes, Java 11 removed the java.xml.ws (SOAP) and java.xml.bind (JAXB) modules that are part of Jakarta EE and were present in Java 10 and older. See JEP 320 for more info.

If you need these modules to build your application or run your code outside of a Jakarta EE container, use standalone versions of these modules: