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

Fix maven BuildIT failures #31494

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Fix maven BuildIT failures #31494

merged 1 commit into from
Mar 1, 2023

Commits on Mar 1, 2023

  1. Fix maven BuildIT failures

    The dependency `stax-api` is not compatible with the dependency `quarkus-jaxb` because both add the same type `javax.xml.namespace.QName`. This was done on purpose to validate the `parent-first-artifacts` property when building projects with conflicts with Maven, so we need to skip the JaxbContext validation at build time.
    
    This pull request should fix all the CI failures in the latest pull requests.
    Sgitario committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    42a81a6 View commit details
    Browse the repository at this point in the history