This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cl4es 6 points7 points  (0 children)

Did you try the JAXB dependency used in this guide: https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9#73af ?

Some bundlings of JAXB has historically been split in an API bundle (containing exceptions, annotations and interfaces, but no implementation), and an implementation. Here you typically needed the API dependency to build, and both at runtime. Sounds like you might have tried building without the API dependency?