You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
The jaxb-api 2.3.0 library has a dependency on the
java.activationmodule, which has been removed from JDK 11. The dependency is declared inmodule-info.javabut not in pom.xml:http://search.maven.org/#artifactdetails%7Cjavax.xml.bind%7Cjaxb-api%7C2.3.0%7Cjar
It should be declared there as well, so clients of the jaxb-api don't have to discover this dependency at runtime due to
NoClassDefFoundError