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 38f4774 commit 05781c3Copy full SHA for 05781c3
core/build.gradle
@@ -188,7 +188,9 @@ dependencies {
188
exclude group: 'org.slf4j', module: 'slf4j-api'
189
}
190
// The Java connector library used to establish simply a secure connection to AlloyDB on GCP
191
- implementation("com.google.cloud:alloydb-jdbc-connector:${alloyDbJdbcConnectorVersion}")
+ implementation("com.google.cloud:alloydb-jdbc-connector:${alloyDbJdbcConnectorVersion}") {
192
+ exclude group: 'org.slf4j', module: 'slf4j-api'
193
+ }
194
implementation "org.apache.commons:commons-text:${commonsTextVersion}"
195
testImplementation platform("org.junit:junit-bom:${junitVersion}")
196
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments