Skip to content

Commit

Permalink
Fixed a missing RFS dependency (opensearch-project#701)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Helma <[email protected]>
  • Loading branch information
chelma authored Jun 6, 2024
1 parent 44a6b3f commit 8d0c599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions RFS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {

implementation group: 'software.amazon.awssdk', name: 's3'
implementation group: 'software.amazon.awssdk', name: 's3-transfer-manager'
implementation group: 'software.amazon.awssdk.crt', name: 'aws-crt'

testImplementation group: 'io.projectreactor', name: 'reactor-test'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-core'
Expand Down
2 changes: 2 additions & 0 deletions commonDependencyVersionConstraints/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ dependencies {
api group: 'software.amazon.awssdk', name: 's3', version: awssdk
api group: 'software.amazon.awssdk', name: 's3-transfer-manager', version: awssdk

def awscrt = '0.29.18'
api group: 'software.amazon.awssdk.crt', name: 'aws-crt', version: awscrt

api group: 'com.bazaarvoice.jolt', name: 'jolt-core', version: '0.1.7'

Expand Down

0 comments on commit 8d0c599

Please sign in to comment.