From 7c3f42af2403c527eaf4af073eab42f84edd77ec Mon Sep 17 00:00:00 2001
From: Mark Prins <1165786+mprins@users.noreply.github.com>
Date: Thu, 22 Jan 2026 17:44:44 +0100
Subject: [PATCH] PMW-58: gebruik de spring-boot-starter-json module ipv losse
Jackson modules
---
pom.xml | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index c62a455e..132fdbad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,16 +246,8 @@ SPDX-License-Identifier: MIT
commons-lang3
- com.fasterxml.jackson.core
- jackson-core
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
- com.fasterxml.jackson.core
- jackson-annotations
+ org.springframework.boot
+ spring-boot-starter-json
org.geotools
@@ -785,6 +777,7 @@ SPDX-License-Identifier: MIT
org.springframework.boot:spring-boot-starter-test
org.springframework.boot:spring-boot-starter-webmvc
org.springframework.boot:spring-boot-starter-webmvc-test
+ org.springframework.boot:spring-boot-starter-json
org.springframework.boot:spring-boot-starter-data-jpa
org.springframework.boot:spring-boot-starter-actuator
org.springframework.boot:spring-boot-starter-validation