From a1b6bef1eea5144fb9a6f33b89f2daf914415e08 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 12 Jul 2022 14:50:18 +0100 Subject: Remove usage of jackson libraries from clamp runtime acm Issue-ID: POLICY-4105 Change-Id: I04488a8a246e4c161e9a9eca86634844aba27872 Signed-off-by: FrancescoFioraEst --- pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f7ccea3bf..bb7181abc 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,20 @@ org.springframework.boot spring-boot-starter-web + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + org.springframework.boot @@ -143,10 +157,6 @@ io.swagger swagger-models - - com.fasterxml.jackson.core - jackson-annotations - io.springfox springfox-boot-starter -- cgit 1.2.3-korg