From 600000a8957c05a60294b0fdd2240f6afca05524 Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Mon, 15 Jul 2024 15:03:27 +0200 Subject: [PATCH] #268 fix tests --- datasafe-test-storages/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasafe-test-storages/pom.xml b/datasafe-test-storages/pom.xml index 1c22d8b11..5dc5a6d33 100644 --- a/datasafe-test-storages/pom.xml +++ b/datasafe-test-storages/pom.xml @@ -32,13 +32,13 @@ com.fasterxml.jackson.core jackson-annotations ${jackson.version} - test + compile com.fasterxml.jackson.core jackson-databind ${jackson.version} - test + compile de.adorsys