Trying to compile a Maven project using JDK 9.0.1 I\'m facing this stacktrace without much of an explanation:
Exception in thread \"main\" java.lang.Assertio
I got the same error on java 11. Adding jaxb api dependency to the pom solved my issue.