Closed RobertStewart closed 6 years ago
The addition of modules in Java 9 resulted in JAXB being moved into the EE module, which does not get loaded by default. Fortunately, there are several options posted in answers to a question on StackOverflow.
Fixed by adding JAXB dependency to pom.xml.
The addition of modules in Java 9 resulted in JAXB being moved into the EE module, which does not get loaded by default. Fortunately, there are several options posted in answers to a question on StackOverflow.