Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2079 from Netflix/jackson_version_client
Browse files Browse the repository at this point in the history
added support for newer jackson version in client
  • Loading branch information
apanicker-nflx committed Feb 11, 2021
2 parents 989a881 + c3cd522 commit f515e0c
Show file tree
Hide file tree
Showing 22 changed files with 73,254 additions and 11,919 deletions.
4,410 changes: 3,840 additions & 570 deletions cassandra-persistence/dependencies.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/build.gradle
Expand Up @@ -11,6 +11,7 @@ dependencies {
compile "com.sun.jersey:jersey-client:${revJerseyClient}"
compile "com.netflix.spectator:spectator-api:${revSpectator}"
compile "com.netflix.eureka:eureka-client:${revEurekaClient}"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${revJacksonCore}"
compile "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${revJaxrsJackson}"
compile "com.netflix.archaius:archaius-core:${revArchaius}"
compile "com.amazonaws:aws-java-sdk-core:${revAwsSdk}"
Expand Down

0 comments on commit f515e0c

Please sign in to comment.