Skip to content

Commit 045f968

Browse files
committed
add jackson dep again
1 parent 588c071 commit 045f968

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@
8787
</ciManagement>
8888

8989
<dependencies>
90+
<dependency>
91+
<groupId>com.fasterxml.jackson.core</groupId>
92+
<artifactId>jackson-databind</artifactId>
93+
<version>2.14.2</version>
94+
</dependency>
95+
<dependency>
96+
<groupId>com.fasterxml.jackson.core</groupId>
97+
<artifactId>jackson-annotations</artifactId>
98+
<version>2.14.2</version>
99+
</dependency>
90100
<dependency>
91101
<groupId>com.esotericsoftware</groupId>
92102
<artifactId>kryo</artifactId>

0 commit comments

Comments
 (0)