When deploying my webservice in tomcat 8, I noticed that @JsonIgnore annotations are not being considered.
I tried to upgrade the jackson dependency, but It's still not working.
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>apache-tomee</artifactId>
<version>1.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.11</version>
</dependency>