aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-19 08:39:27 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-22 16:52:20 +0200
commit93a7defb8a10ac29f97d3cfd860ca12a629bdc41 (patch)
tree969680e552f89bac017018e07ea776df9b3fb065 /pom.xml
parent8204d232f8cc37e28561ee18b60806c7b3f5f783 (diff)
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 <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1a3028c..633350a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,6 +357,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </dependency>
<!-- Test dependencies -->
<dependency>