Description
The following error is observed when building under Java 11.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile) on project logback-core-blackbox: Compilation failure: Compilation failure: [ERROR] ../logback1.3/logback-core-blackbox/src/test/java/ch/qos/logback/core/blackbox/joran/action/BlackboxTopElementAction.java:[5,15] package org.xml.sax is not visible [ERROR] (package org.xml.sax is declared in module ch.qos.logback.core, which does not export it) [ERROR] logback1.3/logback-core-blackbox/src/test/java/ch/qos/logback/core/blackbox/joran/action/ext/BlackboxStackAction.java:[17,15] package org.xml.sax is not visible [ERROR] (package org.xml.sax is declared in module ch.qos.logback.core, which does not export it)