maven中的排除依赖
在pom.xml配置文件中添加
<exclusions>
<exclusion>
<groupId></groupId>
<artifactId></artifactId>
<exclusion>
</exclusions>
抱怨有用的话还要努力干什么
在pom.xml配置文件中添加
<exclusions>
<exclusion>
<groupId></groupId>
<artifactId></artifactId>
<exclusion>
</exclusions>