From 34df375ba79cc0f7cb57feb233438565529b94de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Cobi=C3=A1n?= Date: Tue, 10 Dec 2024 15:32:22 +0100 Subject: [PATCH] Bump and adapt AWS dependency to version 2.0 --- adapters/klab.ogc/pom.xml | 26 ++++++++----- .../klab/stac/STACEncoder.java | 38 +++++++++---------- .../main/resources/ogc/prototypes/stac.kdl | 3 ++ pom.xml | 2 +- 4 files changed, 38 insertions(+), 31 deletions(-) diff --git a/adapters/klab.ogc/pom.xml b/adapters/klab.ogc/pom.xml index 21f8caae9..17e7a65f6 100644 --- a/adapters/klab.ogc/pom.xml +++ b/adapters/klab.ogc/pom.xml @@ -63,16 +63,22 @@ - - com.amazonaws - aws-java-sdk-core - ${aws.version} - - - com.amazonaws - aws-java-sdk-s3 - ${aws.version} - + + software.amazon.awssdk + netty-nio-client + ${aws.version} + + + commons-logging + commons-logging + + + + + software.amazon.awssdk + protocol-core + ${aws.version} +