非compile范围的依赖不能传递
依赖的排除(排除不希望传递的不稳定的jar包)
<exclusions> <exclusion> <groupId>xx</groupId> <artifactId>xx</artifactId> </exclusion> </exclusions>