maven dependency 排除依赖jar或者指定类
常见排除依赖自身依赖的jar,实现jar一致性的方式如下 <dependency> <groupId>ru.yandex.qatools.ashot</groupId> <artifactId>ashot</artifactId> <version>1.5.2</version> &a