Maven,pom.xml,查找 子jar包

在IDEA打开pom.xml,会看到这里:

然后如果有需要,把相关的 子jar包 去掉

复制代码
<dependency>
  <groupId>XXX</groupId>
  <artifactId>XXX</artifactId>
  <exclusions>
    <exclusion>
        <artifactId>xxx</artifactId>
        <groupId>xxx</groupId>
    </exclusion>
  </exclusions>
</dependency>
相关推荐
sunshine22 girl1 天前
Java学习一 环境配置2 Idea的入门使用和maven配置,项目启动脚本配置
java·maven
sunshine22 girl2 天前
Java学习一 环境配置3 Idea中的maven仓库,pom.xml文件配置
学习·maven·intellij-idea
钱栈up3 天前
mvn compile卡住半小时:定位并修复隐藏的类型不匹配编译错误
java·后端·maven
谢亮_vipxieliang3 天前
ValidX与Maven/Gradle集成配置指南
java·spring boot·spring·maven·hibernate
砚底藏山河4 天前
存储选型实战:CSV-SQLite-MySQL同机基准(魔码量化实战 #02)
java·数据库·python·金融·maven
蚂蚁雅嘿4 天前
maven标签日常总结
java·maven
菠萝加点糖4 天前
Maven 坐标系统说明
java·maven
砚底藏山河5 天前
拉数管道设计:从一次性脚本到可重启的数据流水线(魔码量化实战 #01)
java·数据库·python·金融·maven
卓怡学长6 天前
w157基于springboot北部湾地区助农平台
java·spring boot·spring·maven·intellij-idea
IT界的老黄牛6 天前
Jenkins 构建卡了 23 天,abort 按钮点了没用
jenkins·maven·prometheus·告警·排查·ci-cd