-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
Resteasy is using mixed of both `org.codehaus.jackson.* ` (very old version - 1.9.13) and `com.fasterxml.jackson.*` (new version -2.10.1) artifacts, see here and here
Checking at Maven Repository, almost every artifact from `org.codehaus.jackson` is moved under `com.fasterxml.jackson` and on top of it, `org.codehaus.jackson` v1.9.13 has security vulnerabilities (e.g. jackson-mapper-asl) see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525
This is to cleanup the project from using `org.codehaus.jackson` artifacts to `com.fasterxml.jackson`