diff options
author | 2024-04-19 08:39:27 +0200 | |
---|---|---|
committer | 2024-04-22 16:52:20 +0200 | |
commit | 93a7defb8a10ac29f97d3cfd860ca12a629bdc41 (patch) | |
tree | 969680e552f89bac017018e07ea776df9b3fb065 /pom.xml | |
parent | 8204d232f8cc37e28561ee18b60806c7b3f5f783 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |