cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

Include explicit dependencies on javax.xml.bind for OpenJDK 11. #55

Closed ahwatts closed 4 years ago

ahwatts commented 5 years ago

These Java EE APIs were removed in JDK 11, so we need to explicitly depend on the jaxb libs.

I got this solution from here:

https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

and here:

https://crunchify.com/java-11-and-javax-xml-bind-jaxbcontext/

Deraen commented 4 years ago

javax.xml.bind is no longer used.