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 test-distribution classpath re resolver #8187

Merged

Commits on Jun 21, 2022

  1. Fix test-distribution classpath re resolver

    As currently it seems mixed versions of resolver artifacts are
    present on classpath. Resolver 1.8.0 introduces a binary
    breakage.
    
    Anyway, this fixes the thing, as impl was actually coming in
    as transitive dep of maven-resolver-provider, that is NOT
    the same version as the rest of resolver dependencies.
    
    Relying on transitive while fixing other versions is wrong.
    cstamas committed Jun 21, 2022
    Copy the full SHA
    82585f7 View commit details
    Browse the repository at this point in the history
  2. Update to resolver 1.8.1

    And add exclusion to banned dependency, that is used when
    running in SISU container.
    cstamas committed Jun 21, 2022
    Copy the full SHA
    bb3dee4 View commit details
    Browse the repository at this point in the history