Skip to content

Commit

Permalink
Moving "software.amazon.awssdk" dependencies to the compileOnly scope. (
Browse files Browse the repository at this point in the history
#628)

* move "software.amazon.awssdk" dependencies to the compileOnly scope.

Signed-off-by: Dmitry Kaukov <dkaukov@opentable.com>

* PR feedback

Signed-off-by: Dmitry Kaukov <dkaukov@opentable.com>

* PR feedback

Signed-off-by: Dmitry Kaukov <dkaukov@opentable.com>

---------

Signed-off-by: Dmitry Kaukov <dkaukov@opentable.com>
  • Loading branch information
dkaukov authored Sep 22, 2023
1 parent 626e99c commit 66608d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Changed
- Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246))
- Moved "software.amazon.awssdk" dependencies to the compileOnly scope. ([#628](https://github.com/opensearch-project/opensearch-java/pull/628))

### Deprecated
- Deprecate RestClientTransport ([#536](https://github.com/opensearch-project/opensearch-java/pull/536))
Expand Down
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ dependencies {
testImplementation("com.fasterxml.jackson.datatype", "jackson-datatype-jakarta-jsonp", jacksonVersion)

// For AwsSdk2Transport
"awsSdk2SupportImplementation"("software.amazon.awssdk","sdk-core","[2.15,3.0)")
"awsSdk2SupportImplementation"("software.amazon.awssdk","auth","[2.15,3.0)")
"awsSdk2SupportCompileOnly"("software.amazon.awssdk","sdk-core","[2.15,3.0)")
"awsSdk2SupportCompileOnly"("software.amazon.awssdk","auth","[2.15,3.0)")
testImplementation("software.amazon.awssdk","sdk-core","[2.15,3.0)")
testImplementation("software.amazon.awssdk","auth","[2.15,3.0)")
testImplementation("software.amazon.awssdk","aws-crt-client","[2.15,3.0)")
Expand Down

0 comments on commit 66608d3

Please sign in to comment.