-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace servo with spectator in the client #1523
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,8 @@ dependencies { | |
compile project(':eureka-client') | ||
compile 'org.glassfish.jersey.core:jersey-client:2.23.1' | ||
compile 'org.glassfish.jersey.connectors:jersey-apache-connector:2.23.1' | ||
compile "org.slf4j:slf4j-api:1.7.36" | ||
compile 'com.netflix.spectator:spectator-api:1.7.3' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should it also use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like this sub project didn't adopt the version substitution like the others 🤷♂️ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May just need to use double quotes |
||
|
||
testCompile (project(':eureka-test-utils')) { | ||
// exclude all transitives to avoid bringing in jersey1 eureka-core | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slf4j apparently pulled in transitively via servo