Skip to content

Commit dbe254d

Browse files
add jackson dependency
1 parent 9ef8896 commit dbe254d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,21 @@
1313
<maven.compiler.target>20</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
16-
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+
<dependency>
24+
<groupId>com.fasterxml.jackson.core</groupId>
25+
<artifactId>jackson-databind</artifactId>
26+
<version>2.14.2</version>
27+
</dependency>
28+
</dependencies>
29+
30+
31+
32+
1733
</project>

0 commit comments

Comments
 (0)