Skip to content

Commit

Permalink
Merge pull request #17 from Netflix/upgradeZuul
Browse files Browse the repository at this point in the history
Updating Zuul to latest version 2.1.8.
  • Loading branch information
piygoyal authored Sep 22, 2020
2 parents 9ea7e00 + 3cdb30f commit bf3f4fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ tasks.withType(Javadoc).all {


dependencies {
api('com.netflix.zuul:zuul-core:latest.release') {
api('com.netflix.zuul:zuul-core:2.+') {
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.google.inject', module: 'guice'
}
api('com.netflix.zuul:zuul-guice:latest.release') {
api('com.netflix.zuul:zuul-guice:2.+') {
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.google.inject', module: 'guice'
}
implementation('com.netflix.zuul:zuul-groovy:latest.release') {
implementation('com.netflix.zuul:zuul-groovy:2.+') {
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.google.inject', module: 'guice'
}
Expand All @@ -106,6 +106,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
}


configurations.all {
resolutionStrategy {
force "com.google.guava:guava:$guavaVersion"
Expand Down

0 comments on commit bf3f4fe

Please sign in to comment.