Skip to content

Commit

Permalink
chore: manage the AWS bom from the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Dec 9, 2024
1 parent 8db8809 commit 9ed5930
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ dependencies {
annotationProcessor group: "io.kestra", name: "processor", version: kestraVersion
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// AWS libs: versions are managed by the Micronaut BOM from the Kestra Platform
// AWS libraries are managed by the the Kestra Platform so they are aligned on all plugins
api platform('software.amazon.awssdk:bom')
api 'software.amazon.awssdk:s3'
api 'software.amazon.awssdk:s3-transfer-manager'
api 'software.amazon.awssdk.crt:aws-crt:0.33.1'
api 'software.amazon.awssdk.crt:aws-crt'
api 'software.amazon.awssdk:apache-client'
api 'software.amazon.awssdk:sts'
}
Expand Down

0 comments on commit 9ed5930

Please sign in to comment.