From f3b80cc429e90873fedcccbb521639b94f778b0f Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Mon, 15 Jul 2024 11:59:41 +0200 Subject: [PATCH] #268 add jackson dependency --- datasafe-storage/datasafe-storage-impl-s3/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/datasafe-storage/datasafe-storage-impl-s3/pom.xml b/datasafe-storage/datasafe-storage-impl-s3/pom.xml index 4f16cd52d..8fd486be2 100644 --- a/datasafe-storage/datasafe-storage-impl-s3/pom.xml +++ b/datasafe-storage/datasafe-storage-impl-s3/pom.xml @@ -55,6 +55,18 @@ testcontainers test + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + test + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + test + org.junit.jupiter junit-jupiter-api