This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch add-url-conn-client-to-aws-bundle
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 94f05763542b06443f7b983dd426e706a30a8248
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Feb 8 10:44:28 2024 +0100

    AWS: Add url-connection-client to aws-bundle
    
    Without this, it's not possible to switch the underlying HTTP client via 
`http-client.type=urlconnection` (as defined in `HttpClientProperties`)
---
 aws-bundle/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aws-bundle/build.gradle b/aws-bundle/build.gradle
index 00b2cc4b3a..48077f28b1 100644
--- a/aws-bundle/build.gradle
+++ b/aws-bundle/build.gradle
@@ -35,6 +35,7 @@ project(":iceberg-aws-bundle") {
     implementation "software.amazon.awssdk:sts"
     implementation "software.amazon.awssdk:dynamodb"
     implementation "software.amazon.awssdk:lakeformation"
+    implementation "software.amazon.awssdk:url-connection-client"
   }
 
   shadowJar {

Reply via email to