美文网首页
六、DependencyManagment作用

六、DependencyManagment作用

作者: 此间有道 | 来源:发表于2020-12-16 11:38 被阅读0次

    介绍

    Dependency management:this allows project authors to directly specify the versions of artifacts to be used when they are encountered in transitive dependencies or in dependencies where no version has been specified.

    从官网的描述中可以看出DependencyManagement有两个作用:
    1)对子pom的间接依赖的版本进行版本约束;
    2)对子pom中不声明版本的依赖进行版本约束;

    参考

    1. https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
    2. https://blog.csdn.net/jiaobuchong/article/details/81842503

    相关文章

      网友评论

          本文标题:六、DependencyManagment作用

          本文链接:https://www.haomeiwen.com/subject/wjyngktx.html