Skip to content

Commit

Permalink
Add a todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Jun 2, 2022
1 parent 4555e62 commit c5e97b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws-xray-recorder-sdk-aws-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ dependencies {

implementation(project(":aws-xray-recorder-sdk-aws-sdk-core"))

// TODO: Try and find a way to declare aws-java-sdk dependencies
// via a bom in the dependencyManagement project and make it available
// for resolution not only in the SDK projects but also in projects
// like benchmark.
// See PR for more details: https://github.com/aws/aws-xray-sdk-java/pull/336
api("com.amazonaws:aws-java-sdk-core:1.12.228")

testImplementation("com.amazonaws:aws-java-sdk-lambda:1.12.228")
Expand Down

0 comments on commit c5e97b7

Please sign in to comment.