[SOLVED] MessageBodyWriter not found for media type=application/json
Solution This error occurs, because you have missing jersey-media-json-jackson dependency. To resolve the issue please add the required library to your project. Because Maven and Gradle are two the most…