SyntaxFix
Write A Post
Hire A Developer
Questions
I was able to fix it by install jersey-media-json-jackson
Add the dependency to pom.xml
<dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <scope>runtime</scope> </dependency>