1
0
mirror of synced 2026-05-22 20:23:18 +00:00

Use jackson3 version from the parent bom.

Closes #3239

Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com>
This commit is contained in:
Peter-Josef Meisch
2026-02-09 21:18:58 +01:00
committed by GitHub
parent 9a66c77b06
commit 2278d075a7
-2
View File
@@ -182,12 +182,10 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>3.0.2</version>
</dependency>
<!-- Version 2 to use with the legacy RestClient -->