From 2c61b29eb6af84b054d8e17341cdef6c6b5c8841 Mon Sep 17 00:00:00 2001 From: Elwizzy12 Date: Mon, 29 Jul 2024 17:41:41 +0100 Subject: [PATCH] fixed warnings about pom.xml --- .../datasafe-storage-impl-s3/pom.xml | 44 ++++++++++++++----- datasafe-test-storages/pom.xml | 6 +-- pom.xml | 20 +++++++++ 3 files changed, 53 insertions(+), 17 deletions(-) diff --git a/datasafe-storage/datasafe-storage-impl-s3/pom.xml b/datasafe-storage/datasafe-storage-impl-s3/pom.xml index 752e2c734..8bd2aa88e 100644 --- a/datasafe-storage/datasafe-storage-impl-s3/pom.xml +++ b/datasafe-storage/datasafe-storage-impl-s3/pom.xml @@ -13,7 +13,17 @@ - + + + + software.amazon.awssdk + bom + 2.26.22 + pom + import + + + de.adorsys @@ -36,20 +46,35 @@ + + + + software.amazon.awssdk + s3 + software.amazon.awssdk - bom + regions 2.26.22 - pom - import - software.amazon.awssdk - s3 + sdk-core + 2.26.22 + + + software.amazon.awssdk + aws-core + 2.26.22 + + + software.amazon.awssdk + auth + 2.26.22 + javax.xml.bind jaxb-api @@ -115,12 +140,7 @@ - - software.amazon.awssdk - s3 - 2.26.22 - compile - + diff --git a/datasafe-test-storages/pom.xml b/datasafe-test-storages/pom.xml index 0544657a2..7b9f1f4a9 100644 --- a/datasafe-test-storages/pom.xml +++ b/datasafe-test-storages/pom.xml @@ -80,11 +80,7 @@ s3 2.26.22 - - software.amazon.awssdk - protocol-core - 2.26.23 - + org.slf4j slf4j-api diff --git a/pom.xml b/pom.xml index 9331aa120..41a87cc27 100644 --- a/pom.xml +++ b/pom.xml @@ -232,6 +232,26 @@ pom import + + software.amazon.awssdk + regions + 2.26.22 + + + software.amazon.awssdk + sdk-core + 2.26.22 + + + software.amazon.awssdk + aws-core + 2.26.22 + + + software.amazon.awssdk + auth + 2.26.22 +