|
@@ -8,6 +8,8 @@ buildscript {
|
|
|
// wrapperVersion = '1.0.21.RELEASE'
|
|
|
}
|
|
|
repositories {
|
|
|
+// google()
|
|
|
+// jcenter()
|
|
|
maven { url 'https://maven.aliyun.com/repository/public/' }
|
|
|
maven { url 'https://maven.aliyun.com/repository/google/'}
|
|
|
maven { url 'https://maven.aliyun.com/repository/jcenter/'}
|
|
@@ -118,6 +120,8 @@ subprojects {
|
|
|
|
|
|
testCompile("org.springframework.boot:spring-boot-starter-test")
|
|
|
|
|
|
+ compileClasspath group: 'org.yaml', name: 'snakeyaml', version: '1.23'
|
|
|
+ testCompile group: 'org.yaml', name: 'snakeyaml', version: '1.23'
|
|
|
|
|
|
compileClasspath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.9'
|
|
|
testCompile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.9'
|