Skip to content

Commit

Permalink
Revert "build(deps): bump com.netflix.eureka:eureka-client from 1.10.…
Browse files Browse the repository at this point in the history
…18 to 2.0.3"

This reverts commit 80a8a74.
  • Loading branch information
lalernehl authored and argha-c committed Sep 9, 2024
1 parent aa540ce commit 17fd11d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zuul-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api "com.netflix.ribbon:ribbon-core:${versions_ribbon}"
api "com.netflix.ribbon:ribbon-archaius:${versions_ribbon}"

api "com.netflix.eureka:eureka-client:2.0.3"
api "com.netflix.eureka:eureka-client:1.10.18"
api "io.reactivex:rxjava:1.3.8"
api platform("io.netty:netty-bom:${versions_netty}")

Expand Down
2 changes: 1 addition & 1 deletion zuul-discovery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.netflix.ribbon:ribbon-archaius:${versions_ribbon}"

// Eureka
implementation "com.netflix.eureka:eureka-client:2.0.3"
implementation "com.netflix.eureka:eureka-client:1.10.18"


testImplementation libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine,
Expand Down
2 changes: 1 addition & 1 deletion zuul-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
project(":zuul-discovery")

implementation "io.netty:netty-transport-classes-epoll"
implementation "com.netflix.eureka:eureka-client:2.0.3"
implementation "com.netflix.eureka:eureka-client:1.10.18"
implementation "com.netflix.ribbon:ribbon-eureka:$versions_ribbon"
implementation "com.netflix.ribbon:ribbon-loadbalancer:$versions_ribbon"
implementation 'commons-configuration:commons-configuration:1.10'
Expand Down
2 changes: 1 addition & 1 deletion zuul-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(":zuul-core"),
project(":zuul-groovy"),
project(":zuul-guice")
implementation "com.netflix.eureka:eureka-client:2.0.3"
implementation "com.netflix.eureka:eureka-client:1.10.18"
implementation 'commons-configuration:commons-configuration:1.10'
annotationProcessor project(":zuul-processor")

Expand Down

0 comments on commit 17fd11d

Please sign in to comment.