summaryrefslogtreecommitdiffstats
path: root/aai-traversal/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-12-05 13:53:07 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-12-05 15:06:18 +0100
commit9e5c4be2515b5c7a967af8f984ffded1f9a5695d (patch)
tree3f1f7c4058c45055701875507dac2bec060c35d0 /aai-traversal/pom.xml
parentd59c2445f0bd8ce8763147acf02d8143df9ca955 (diff)
Improve tests for exception handling
- add more assertions to ExceptionHandlerTest - add more assertions to DslConsumerTest - add class definitions for error responses to allow the usage of object mappers for that - reduce raw-type warnings by providing types for HttpEntities and ResponseEntities Issue-ID: AAI-3691 Change-Id: I0010ce6e3e7425109607b6a00b9ee08732829aaa Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r--aai-traversal/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 8b1b203..c079cf4 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -501,6 +501,10 @@
<artifactId>jackson-jaxrs-json-provider</artifactId>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-xml</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>