From 728ae77edf1ba8ba05285061a8b5c4f65fd1fe73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Cobi=C3=A1n?= Date: Wed, 15 Jan 2025 09:52:24 +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 | 4 +- 4 files changed, 39 insertions(+), 32 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} + 28.0 - 0.10.9-SNAPSHOT + 0.10.9-S3-SDK-2.0-SNAPSHOT 1.20.0 1.5.0 11 @@ -131,7 +131,7 @@ 5.6.0 2.2 2.0.9 - 1.12.767 + 2.29.14