Fixed jackson saving error #30
This commit is contained in:
parent
d6159ad8e6
commit
3e8df97368
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue