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

feat: get transitive dependencies by group id instead of limiting to artifact id #134

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

notdryft
Copy link
Member

Motivation:

Instead of having to remove transitive dependencies from new modules by (group id, artifact id) manually (e.g.: Gatling gRPC), it is simpler to get the dependencies of all the submodules of the known group ids instead.

…artifact id

Motivation:

Instead of having to remove transitive dependencies from new modules
by (group id, artifact id) manually (e.g.: Gatling gRPC), it is simpler
to get the dependencies of all the submodules of the known group ids
instead.
@notdryft notdryft merged commit e924e47 into main Aug 16, 2023
1 check passed
@notdryft notdryft deleted the dependencies-by-group-id branch August 16, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants