Skip to content

Commit

Permalink
include jersey-client directly in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoyuan authored and Haoyuan committed Mar 29, 2021
1 parent f071325 commit 9f5ddfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.2.6',
'org.slf4j:slf4j-api:1.7.5',
'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.2',
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.2'
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.2',
'com.sun.jersey:jersey-client:1.19.4'
implementation ('com.sun.jersey:jersey-json:1.19.4') {
exclude group: 'org.codehaus.jackson'
}
Expand Down

0 comments on commit 9f5ddfd

Please sign in to comment.