Closed Papadiddypub closed 2 years ago
Java 11 has JAXB removed. Therefore compiling with maven throws an error: package javax.xml.bind does not exist. Adding
\ \javax.xml.bind\ \jaxb-api\ \2.3.1\ \
in \ solved the issue. More information can be found here: https://www.jesperdj.com/2018/09/30/jaxb-on-java-9-10-11-and-beyond/
I did not test for downgrade compatibility
Thanks, I had the same issue and your hint resolved it.
Also thank you! But I needed to add this additional dependency to get all errors removed:
'
Java 11 has JAXB removed. Therefore compiling with maven throws an error: package javax.xml.bind does not exist. Adding
\
\javax.xml.bind\
\jaxb-api\
\2.3.1\
\
in \ solved the issue.
More information can be found here:
https://www.jesperdj.com/2018/09/30/jaxb-on-java-9-10-11-and-beyond/
I did not test for downgrade compatibility