#Exclusions

maven中的Exclusions有什么作用

依赖关系:Project-A>Project-B>Project-C,但是Project-A不依赖Project-C,在Project-A中的POM.xml应该进行如下配置:<dependency><groupId>sample.ProjectB</groupId><...