Skip to content

Commit 0964808

Browse files
authored
Merge pull request #1202 from markhowardform3/fix-duplicate-jackson-provider
remove duplicate jackson json provider registration
2 parents 74ee8eb + 4de0047 commit 0964808

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/github/dockerjava/jaxrs/JerseyDockerCmdExecFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public void init(DockerClientConfig dockerClientConfig) {
155155
}
156156
clientConfig.register(ResponseStatusExceptionFilter.class);
157157
clientConfig.register(JsonClientFilter.class);
158-
clientConfig.register(JacksonJsonProvider.class);
159158
RequestConfig.Builder requestConfigBuilder = RequestConfig.custom();
160159

161160
ObjectMapper objectMapper = new ObjectMapper();

0 commit comments

Comments
 (0)