在Maven中当包的依赖发生冲突的时候,咱们能够经过exclusion来进行排除依赖

当在Maven中有包的冲突的时候,为解决包的冲突,咱们能够在依赖中排除依赖spa       <exclusions>     <exclusion>     <groupId>commons-logging</groupId>     <artifactId>commons-logging</artifactId>     </exclusion>     </exclusions> blog
相关文章
相关标签/搜索