Maven compilation issue with Java 9

前端 未结 5 1561
独厮守ぢ
独厮守ぢ 2020-11-30 05:40

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         


        
5条回答
  •  渐次进展
    2020-11-30 06:00

    I got the same error on java 11. Adding jaxb api dependency to the pom solved my issue.

提交回复
热议问题