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
Apologies to hijack this issue, but while you're looking into jaxb-bom can you maybe fix this:
...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for jakarta.xml.bind:jakarta.xml.bind-api:jar must be a valid version but is '${jaxb-api.version}'. @ org.jvnet.jaxb:jaxb-bom:4.0.3, ~/.m2/repository/org/jvnet/jaxb/jaxb-bom/4.0.3/jaxb-bom-4.0.3.pom, line 24, column 18
...
[ERROR] The project org.acme:myproject:0.0.1 (~/myproject/pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version' for jakarta.xml.bind:jakarta.xml.bind-api:jar must be a valid version but is '${jaxb-api.version}'. @ org.jvnet.jaxb:jaxb-bom:4.0.3, ~/.m2/repository/org/jvnet/jaxb/jaxb-bom/4.0.3/jaxb-bom-4.0.3.pom, line 24, column 18
...
Not sure if just I'm doing something wrong. But it seems the property jaxb-api.version is used in jaxb-bom/pom.xml but nowhere defined in the project.
🤔 it shouldn't even be necessary to configure jakarta.xml.bind:jakarta.xml.bind-api in jaxb-tools-bom as it's already configured in org.glassfish.jaxb:jaxb-bom, which gets imported in root POM?
The text was updated successfully, but these errors were encountered: