Skip to content

Use resolved dependencies in HasSpringBootDependencyManuallyManaged condition #431

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

Closed
ashakirin opened this issue Sep 21, 2022 · 0 comments · Fixed by #432
Closed

Use resolved dependencies in HasSpringBootDependencyManuallyManaged condition #431

ashakirin opened this issue Sep 21, 2022 · 0 comments · Fixed by #432

Comments

@ashakirin
Copy link
Contributor

Currently HasSpringBootDependencyManuallyManaged use BuildFile.getDeclaredDependencies() to analyse manually managed dependencies. It could be a problem to resolve versions declared in parent pom in this case.
Use BuildFile.getRequestedDependencies() instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant