Add Java 8 requirement for building using Maven
java.xml.bind is no longer part of Java SE (starting with version 11, was disable by default in version 10). This change make the build fail if using Java 11. I added a note in the "Building the project" section to warn the user. Long term solution would be to update the project dependency to add the missing library.
parent
cd384fd3
Please register or sign in to comment