You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: