src/main/java/net/curisit/securis/utils/JsonUtils.java
.. .. @@ -15,8 +15,6 @@ 15 15 import com.fasterxml.jackson.databind.ObjectMapper; 16 16 import com.fasterxml.jackson.databind.SerializationFeature; 17 17 18 -//import org.codehaus.jackson.map.ObjectMapper;19 -20 18 /** 21 19 * Helper method to perform JSON tasks 22 20 *