From 20f485434680151111cf7cc7eaf33ca3b92221cb Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 29 Nov 2022 09:07:30 +0100 Subject: feat(core): add ticket-based error-handling service as EAAF core functionality --- pom.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d23eeb3f..5171afdc 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,7 @@ 2.22.2 5.8.2 + 4.9.0 4.9.3 2.0.9 @@ -622,6 +623,26 @@ jackson-databind ${com.fasterxml.jackson.databind.version} + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${com.fasterxml.jackson.core.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${com.fasterxml.jackson.core.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${com.fasterxml.jackson.core.version} + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${com.fasterxml.jackson.core.version} + com.google.code.gson @@ -693,6 +714,12 @@ ${org.powermock.version} test + + org.mockito + mockito-junit-jupiter + ${mockito-junit-jupiter.version} + test + @@ -707,7 +734,7 @@ junit-jupiter-migrationsupport ${junit-jupiter-api.version} test - + org.projectlombok lombok -- cgit v1.2.3