We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61c1ab commit 76b5119Copy full SHA for 76b5119
aws-advanced-jdbc-wrapper-bundle/build.gradle.kts
@@ -24,6 +24,7 @@ repositories {
24
}
25
26
dependencies {
27
+ implementation("org.apache.httpcomponents:httpclient:4.5.14")
28
implementation("software.amazon.awssdk:rds:2.25.70")
29
implementation("software.amazon.awssdk:sts:2.25.60")
30
implementation(project(":aws-advanced-jdbc-wrapper"))
0 commit comments