scope作用域,一共有三种作用域:compile(编译)、runtime(运行)、test(测试)备注:打包必经compile阶段1、test 测试2、compile 编译 打包3、provided 编译 + 测试4、runtime 运行默认的依赖范围是compile