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

Use DependencyResolver instead of ArtifactResolver for dependencies #3627

Merged
merged 2 commits into from
Sep 7, 2021

Conversation

aikebah
Copy link
Collaborator

@aikebah aikebah commented Sep 4, 2021

Use Maven's DependencyResolver instead of ArtifactResolver to resolve the (potentially transitive) dependencies from the dependencyGraph

Fixes Issue #3626

Description of Change

Use the DependencyResolver which takes into account the additional repositories defined in the dependency-path towards transitive dependencies to resolve the dependencies from the dependency-graph.

Have test cases been added to cover the new functionality?

no

…tentially transitive) dependencies from the dependencyGraph
@boring-cyborg boring-cyborg bot added the maven changes to the maven plugin label Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maven changes to the maven plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants