type:jar(默认值)、war、bar、pom。当type=pom时,必须scope=import
scope:import
This scope is only supported on a dependency of type pom in the <dependencyManagement> section. It indicates the dependency to be replaced with the effective list of dependencies in the specified POM's <dependencyManagement> section. Since they are replaced, dependencies with a scope of import do not actually participate in limiting the transitivity of a dependency.
此作用域仅在<dependencyManagement>部分中类型为pom的依赖项上受支持。它指示要替换为指定POM的<dependencyManagement>部分中的有效依赖项列表的依赖项。由于它们被替换,具有导入范围的依赖项实际上不参与限制依赖项的传递性。
参考博客
官方参考
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html