Fixed jackson saving error #30

This commit is contained in:
stijnb1234 2020-02-24 16:58:28 +01:00
parent d6159ad8e6
commit 3e8df97368

View file

@ -174,6 +174,11 @@
</dependency> </dependency>
<!-- Jackson, used for Object to JSON --> <!-- Jackson, used for Object to JSON -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.2</version>
</dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>