Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 11 - Jaxb isn't on the classpath by default #536

Open
julie-sullivan opened this issue May 20, 2020 · 1 comment
Open

Java 11 - Jaxb isn't on the classpath by default #536

julie-sullivan opened this issue May 20, 2020 · 1 comment

Comments

@julie-sullivan
Copy link
Contributor

https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

The JAXB APIs are considered to be Java EE APIs and therefore are no longer contained on the default classpath in Java SE 9. In Java 11, they are completely removed from the JDK.

@julie-sullivan
Copy link
Contributor Author

[ERROR] Failed to execute goal on project cellbase-lib: Could not resolve dependencies for project org.opencb.cellbase:cellbase-lib:jar:5.0.0-SNAPSHOT: Failure to find jakarta.xml.bind:jakarta.xml.bind-api:jar:5.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of ossrh has elapsed or updates are forced -> [Help 1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant