<dependency>
<exclusions>
  <exclusion>
    <groupId>xx</group>
    <artifactId>xxx.xxx</artifactId>
  </exclusion>
</exclusions>
</dependency> kick out some of the dependency.
04-25 12:54