Commit 74f003a8 authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 3169009e
buildscript {
ext {
springBootVersion = '1.5.9.RELEASE'
springBootVersion = '1.5.10.RELEASE'
}
repositories {
mavenLocal()
......@@ -48,8 +48,8 @@ subprojects {
dependencies {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.112'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.RELEASE'
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.146'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR2'
}
dependency 'com.alibaba:fastjson:1.2.29'
......
......@@ -3,7 +3,7 @@ description = '{artifactId}'
apply plugin: 'org.sonarqube'
buildscript {
ext {
springBootVersion = '1.5.9.RELEASE'
springBootVersion = '1.5.10.RELEASE'
}
repositories {
mavenLocal()
......@@ -61,9 +61,9 @@ dependencyManagement {
dependencies {
imports {
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.112'
mavenBom 'cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.146'
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.RELEASE'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR2'
}
}
}
......
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