Severe: MessageBodyWriter not found for media type=application/json
Hi,
I'm just starting out with Java and I'm trying to build a simple API.
The issue I'm having is that I'm getting this message when trying to return an Object as JSON.
Severe: MessageBodyWriter not found for media type=application/json
I've setup the application with Maven, and as a result of some research I've added the following dependancies to the pom.xml file in the hope that it would resolve the issue.