maven中的排除依赖

在pom.xml配置文件中添加

<exclusions>

  <exclusion>

    <groupId></groupId>

    <artifactId></artifactId>

  <exclusion>

</exclusions>

posted @ 2018-08-08 17:11  Kavins  阅读(145)  评论(0编辑  收藏  举报