当在Maven中有包的冲突的时候,为解决包的冲突,我们可以在依赖中排除依赖
<exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions>