Commit 46d1c70d authored by michael's avatar michael

Merge branch 'dev' into 'master'

add spring-cloud-2021.0.1.gradle

See merge request nice.base/nice-gradle-config!11
parents 233770ff c5d9143e
ext {
set('springCloudVersion', "2021.0.1")
}
dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-consul-discovery'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
implementation 'io.github.openfeign:feign-okhttp'
implementation 'org.springframework.retry:spring-retry'
implementation 'org.springframework.cloud:spring-cloud-starter-sleuth'
runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}
\ No newline at end of file
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