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
In this case we need to use dependencyManagement from child pom file for cn.hutool:hutool-all from parent pom file (and ignore property from root pom):
Description
We need to use dependencyManagement's (from root or child pom) for dependencies from parents.
Take a look the following examples:
In this case we need to use
dependencyManagement
from scanner pom file forcn.hutool:hutool-all
from parent pom file:In this case we need to use
dependencyManagement
from child pom file forcn.hutool:hutool-all
from parent pom file (and ignore property from root pom):Discussed in #7475
The text was updated successfully, but these errors were encountered: