Skip to content

Commit

Permalink
add spring-cloud-starter-cosky-discovery-ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Jun 9, 2021
1 parent f3bec54 commit 5c9fe6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-cloud-starter-cosky-discovery-ribbon/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencies {
api(project(":spring-cloud-starter-cosky-discovery"))
api("org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.8.RELEASE")

annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:${rootProject.ext.get("springBootVersion")}")
annotationProcessor("org.springframework.boot:spring-boot-autoconfigure-processor:${rootProject.ext.get("springBootVersion")}")
}

0 comments on commit 5c9fe6b

Please sign in to comment.