From 044831539c93c3b7bf74d453abaa05bc5ef7991b Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Tue, 19 Sep 2023 13:11:20 +0200 Subject: [PATCH] fix unused dependency --- datasafe-business/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datasafe-business/pom.xml b/datasafe-business/pom.xml index 366526577..d6206493d 100644 --- a/datasafe-business/pom.xml +++ b/datasafe-business/pom.xml @@ -221,14 +221,17 @@ org.slf4j:slf4j-simple org.junit.jupiter:junit-jupiter-engine - org.mockito:mockito-core com.h2database:h2 + javax.xml.bind:jaxb-api:jar javax.inject:javax.inject com.amazonaws org.bouncycastle + + org.bouncycastle +