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 7a43860 commit f76113fCopy full SHA for f76113f
core/build.gradle
@@ -174,7 +174,9 @@ dependencies {
174
exclude group: 'org.slf4j', module: 'slf4j-api'
175
}
176
// The Java connector library used to establish simply a secure connection to AlloyDB on GCP
177
- implementation("com.google.cloud:alloydb-jdbc-connector:${alloyDbJdbcConnectorVersion}")
+ implementation("com.google.cloud:alloydb-jdbc-connector:${alloyDbJdbcConnectorVersion}") {
178
+ exclude group: 'org.slf4j', module: 'slf4j-api'
179
+ }
180
implementation "org.apache.commons:commons-text:${commonsTextVersion}"
181
testImplementation platform("org.junit:junit-bom:${junitVersion}")
182
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments