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

declare used transitive deps whose version we manage #142

Merged
merged 1 commit into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. declare used transitive deps whose version we manage

    Due to jenkinsci/plugin-pom#705 and
    https://issues.apache.org/jira/browse/MNG-7003 using
    dependencyManagement to manage the transitive dependencies is not a good
    idea if you are going to be consumed by something else.
    
    this keeps the dependencyManagement so we can manage the verions as one,
    but where we use a transitive dependency that has had its version
    managed we inline it into the dependencies
    jtnord committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    057c0e9 View commit details
    Browse the repository at this point in the history