File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/main/java/com/github/dockerjava/core/util Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 33import java .util .List ;
44import java .util .Map ;
55
6- import javax .ws .rs .core .MediaType ;
7-
86import com .fasterxml .jackson .core .JsonProcessingException ;
97import com .fasterxml .jackson .databind .ObjectMapper ;
10- import com .fasterxml .jackson .jaxrs .json .JacksonJaxbJsonProvider ;
118
129/**
1310 * JSON Encoder for docker filters.
@@ -19,7 +16,7 @@ public class FiltersEncoder {
1916 private FiltersEncoder () {
2017 }
2118
22- private static final ObjectMapper MAPPER = new JacksonJaxbJsonProvider (). locateMapper ( Map . class , MediaType . APPLICATION_JSON_TYPE );
19+ private static final ObjectMapper MAPPER = new ObjectMapper ( );
2320
2421 public static String jsonEncode (Map <String , List <String >> mapStringListString ) {
2522 try {
You can’t perform that action at this time.
0 commit comments