iPieter / bachelorproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies Maven @JsonIgnore?

iPieter opened this issue · comments

What are the dependencies for maven to fix @JsonIgnore errors?

<dependency>
  <groupId>com.fasterxml.jackson.core</groupId>
  <artifactId>jackson-core</artifactId>
  <version>2.8.7</version>
</dependency>
<dependency>
	<groupId>com.fasterxml.jackson.core</groupId>
	<artifactId>jackson-databind</artifactId>
	<version>2.6.3</version>
</dependency>

My bad