Commit 803eb360 authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 97f0ca8f
...@@ -63,7 +63,7 @@ subprojects { ...@@ -63,7 +63,7 @@ subprojects {
dependencies { dependencies {
imports { imports {
mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.295" mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.298"
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}" mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR6" mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR6"
} }
...@@ -127,10 +127,4 @@ subprojects { ...@@ -127,10 +127,4 @@ subprojects {
archives sourcesJar archives sourcesJar
} }
task listJars(description: 'Display all compile jars.') {
doLast {
configurations.compile.each { File file -> println file.name }
}
}
} }
...@@ -74,7 +74,7 @@ dependencyManagement { ...@@ -74,7 +74,7 @@ dependencyManagement {
dependencies { dependencies {
imports { imports {
mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.295" mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.298"
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}" mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR6" mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR6"
} }
...@@ -152,8 +152,3 @@ uploadArchives { ...@@ -152,8 +152,3 @@ uploadArchives {
} }
} }
} }
task listJars(description: "Display all compile jars.") << {
configurations.compile.each { File file -> println file.name }
}
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