From 93a7defb8a10ac29f97d3cfd860ca12a629bdc41 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 19 Apr 2024 08:39:27 +0200 Subject: Use RestTemplate in AaiRestClient - brings tracing support for the requests towards aai-resources - leverage automatic object mapping done by Jackson in the background - add model related entities Issue-ID: AAI-3833 Change-Id: I4f6ec65c80a6dcc1e1e3fa10786a119996c3bc79 Signed-off-by: Fiete Ostkamp --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1a3028c..633350a 100644 --- a/pom.xml +++ b/pom.xml @@ -357,6 +357,10 @@ org.springframework.cloud spring-cloud-sleuth-zipkin + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + -- cgit