I have a Jersey based Rest WS which outputs JSON. I am implementing a Jersey Client to invoke the WS and consume the JSON response. The client code I have is below
I was able to fix the issue by adding the maven dependency for jersey-json.