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