We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef8896 commit dbe254dCopy full SHA for dbe254d
pom.xml
@@ -13,5 +13,21 @@
13
<maven.compiler.target>20</maven.compiler.target>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
16
-
+ <dependencies>
17
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
18
+ <dependency>
19
+ <groupId>com.fasterxml.jackson.core</groupId>
20
+ <artifactId>jackson-core</artifactId>
21
+ <version>2.14.2</version>
22
+ </dependency>
23
24
25
+ <artifactId>jackson-databind</artifactId>
26
27
28
+ </dependencies>
29
+
30
31
32
33
</project>
0 commit comments