Skip to content

Commit

Permalink
Merge pull request #9 from neowcng/jackson2
Browse files Browse the repository at this point in the history
[SDK-547] migrate to jackson 2
  • Loading branch information
dongyeh authored Mar 27, 2021
2 parents 23948c6 + b82243a commit 0f794f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ apply from: "$commonBuildDir/ecs-publish.gradle"
dependencies {
compile 'com.sun.jersey:jersey-client:1.19.4',
'com.sun.jersey.contribs:jersey-apache-client4:1.19.4',
'org.codehaus.jackson:jackson-jaxrs:1.9.13',
'org.codehaus.jackson:jackson-xc:1.9.13',
'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.1',
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.1',
'org.apache.httpcomponents:httpclient:4.2.6',
'org.slf4j:slf4j-api:1.7.5'
compile('com.sun.jersey:jersey-json:1.19.4') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/emc/rest/smart/SmartClientFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import com.sun.jersey.core.impl.provider.entity.ByteArrayProvider;
import com.sun.jersey.core.impl.provider.entity.FileProvider;
import com.sun.jersey.core.impl.provider.entity.InputStreamProvider;
import org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider;
import com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 0f794f2

Please sign in to comment.