Refactor version props to dependencies.gradle
This is what we need to satisfy Dependabot expectations
This commit is contained in:
@@ -13,6 +13,8 @@ ext {
|
||||
javaProjects = subprojects - project(':function-dependencies')
|
||||
}
|
||||
|
||||
apply from: 'dependencies.gradle'
|
||||
|
||||
allprojects {
|
||||
group = 'org.springframework.cloud.fn'
|
||||
|
||||
@@ -44,9 +46,9 @@ allprojects {
|
||||
}
|
||||
|
||||
imports {
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:${property('spring-boot.version')}"
|
||||
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${property('spring-cloud.version')}"
|
||||
mavenBom "io.awspring.cloud:spring-cloud-aws-dependencies:${property('spring-cloud-aws.version')}"
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||
mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion"
|
||||
mavenBom "io.awspring.cloud:spring-cloud-aws-dependencies:$springCloudAwsVersion"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user