From 821b6fcd216b4830dc65017f3dae696dee125d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Cobi=C3=A1n?= Date: Mon, 24 Jun 2024 11:46:55 +0200 Subject: [PATCH] Replace AWS dependency --- gears/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gears/pom.xml b/gears/pom.xml index cf5860552..52607bee8 100644 --- a/gears/pom.xml +++ b/gears/pom.xml @@ -205,7 +205,7 @@ com.amazonaws - aws-java-sdk + aws-java-sdk-core diff --git a/pom.xml b/pom.xml index aca3bd38c..ac9180ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -896,7 +896,7 @@ com.amazonaws - aws-java-sdk + aws-java-sdk-core ${aws.version}