Skip to content

Commit

Permalink
Depend on aws sdk modules from instrumentor for runtime rather than c…
Browse files Browse the repository at this point in the history
…ompile only. (#167)
  • Loading branch information
Anuraag Agrawal authored Jun 22, 2020
1 parent 05508f4 commit 0dec39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
compileOnly(project(":aws-xray-recorder-sdk-aws-sdk"))
implementation(project(":aws-xray-recorder-sdk-aws-sdk"))
}

description = "AWS X-Ray Recorder SDK for Java - AWS SDK Instrumentor"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
compileOnly(project(":aws-xray-recorder-sdk-aws-sdk-v2"))
implementation(project(":aws-xray-recorder-sdk-aws-sdk-v2"))
}

description = "AWS X-Ray Recorder SDK for Java - AWS SDK V2 Instrumentor"

0 comments on commit 0dec39b

Please sign in to comment.