Jersey REST API: java.lang.NoSuchMethodError: org.glassfish.jersey.message.filtering.EntityFilteringFeature.enabled
问题 in REST API using jersey, using Maven. Maven successfully added mox and entity jars. I'm getting below error when trying to get JSON type result. @Produces(MediaType.APPLICATION_JSON) content of pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>in.alonebirddev.acs</groupId> <artifactId