Browse Source

fix(server): 调整依赖

Go 4 years ago
parent
commit
43e02e38c2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      server/build.gradle

+ 4 - 0
server/build.gradle

@@ -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'