Commit 23605a25 authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 152a54b0
buildscript {
ext {
springBootVersion = '1.5.12.RELEASE'
springBootVersion = '1.5.14.RELEASE'
}
repositories {
mavenLocal()
......@@ -49,7 +49,7 @@ subprojects {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.200'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR3'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4'
}
dependency 'com.alibaba:fastjson:1.2.47'
......
......@@ -3,7 +3,7 @@ description = '{artifactId}'
apply plugin: 'org.sonarqube'
buildscript {
ext {
springBootVersion = '1.5.12.RELEASE'
springBootVersion = '1.5.14.RELEASE'
}
repositories {
mavenLocal()
......@@ -63,7 +63,7 @@ dependencyManagement {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.200'
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR3'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4'
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment