Skip to content

Commit 76b5119

Browse files
authoredAug 9, 2024··
fix: using bundled jar with adfs throws nullpointerexception (#1083)
1 parent b61c1ab commit 76b5119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎aws-advanced-jdbc-wrapper-bundle/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repositories {
2424
}
2525

2626
dependencies {
27+
implementation("org.apache.httpcomponents:httpclient:4.5.14")
2728
implementation("software.amazon.awssdk:rds:2.25.70")
2829
implementation("software.amazon.awssdk:sts:2.25.60")
2930
implementation(project(":aws-advanced-jdbc-wrapper"))

0 commit comments

Comments
 (0)
Please sign in to comment.