diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index fc1dbdf9dbc1..9751477924a3 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -56,6 +56,11 @@ ${awsjavasdk.version} true + + software.amazon.s3.accessgrants + aws-s3-accessgrants-java-plugin + ${s3accessgrants.version} + @@ -76,6 +81,8 @@ commons-codec:commons-codec software.amazon.awssdk:* software.amazon:* + software.amazon.s3.accessgrants:* + com.github.ben-manes.caffeine:* commons-logging:* @@ -113,6 +120,7 @@ + diff --git a/pom.xml b/pom.xml index 89f24d293bb1..8002cb088241 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,9 @@ 1.0.4 + + 2.0.1 + ${skipTests} ${project.basedir}/src/it/java ${session.executionRootDirectory} @@ -534,6 +537,9 @@ old interfaces, but that should become a test scoped dependency in modules where needed. And the line below removed. --> software.amazon.awssdk:auth + + + software.amazon.s3.accessgrants:*