removed jackson direct dependency

This commit is contained in:
Fabio Sinibaldi 2021-04-27 18:29:25 +02:00
parent 8467fa0e39
commit 24278442e3
1 changed files with 10 additions and 10 deletions

20
pom.xml
View File

@ -63,17 +63,17 @@
<version>[1.2.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>[2.8.1,2.8.11]</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
<!-- <artifactId>jackson-core</artifactId> -->
<!-- <version>[2.8.1,2.8.11]</version> -->
<!-- </dependency> -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.8.1,2.8.11]</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.fasterxml.jackson.core</groupId> -->
<!-- <artifactId>jackson-databind</artifactId> -->
<!-- <version>[2.8.1,2.8.11]</version> -->
<!-- </dependency> -->
<!-- JSON paths -->
<dependency>