Skip to content

Commit

Permalink
Merge pull request #763 from qiangdavidliu/master
Browse files Browse the repository at this point in the history
change deprecated governator-annotations to replacement (governator-api)
  • Loading branch information
qiangdavidliu committed Mar 11, 2016
2 parents efeba34 + ca9883e commit da2f9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
apacheHttpClientVersion='4.3.4'
guiceVersion='4.0'
servoVersion='0.12.3'
governatorVersion='1.12.5'
governatorVersion='1.12.10'
archaiusVersion='0.7.3'
archaius2Version='2.0.0'
blitzVersion='1.34'
Expand Down
2 changes: 1 addition & 1 deletion eureka-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile "com.sun.jersey.contribs:jersey-apache-client4:${jerseyVersion}"
compile "org.apache.httpcomponents:httpclient:${apacheHttpClientVersion}"
compile "com.google.inject:guice:${guiceVersion}"
compile "com.netflix.governator:governator-annotations:${governatorVersion}"
compile "com.netflix.governator:governator-api:${governatorVersion}"

compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
Expand Down

0 comments on commit da2f9e5

Please sign in to comment.