Fix linter warnings (#1165)

This commit is contained in:
Lai Jiang 2021-05-18 18:30:01 -04:00 committed by GitHub
parent 5f2694f29f
commit 47e77e20f7
3 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ dependencies {
compile deps['com.google.auth:google-auth-library-credentials'] compile deps['com.google.auth:google-auth-library-credentials']
compile deps['com.google.auth:google-auth-library-oauth2-http'] compile deps['com.google.auth:google-auth-library-oauth2-http']
compile deps['com.google.auto.value:auto-value-annotations'] compile deps['com.google.auto.value:auto-value-annotations']
compile deps['com.google.common.html.types:types']
compile deps['com.google.cloud:google-cloud-core'] compile deps['com.google.cloud:google-cloud-core']
compile deps['com.google.cloud:google-cloud-storage'] compile deps['com.google.cloud:google-cloud-storage']
compile deps['com.google.guava:guava'] compile deps['com.google.guava:guava']

View file

@ -330,7 +330,6 @@ dependencies {
testCompile deps['org.junit.platform:junit-platform-suite-api'] testCompile deps['org.junit.platform:junit-platform-suite-api']
testCompile deps['org.mockito:mockito-core'] testCompile deps['org.mockito:mockito-core']
testCompile deps['org.mockito:mockito-junit-jupiter'] testCompile deps['org.mockito:mockito-junit-jupiter']
testCompile 'org.checkerframework:checker-qual:3.9.1'
runtime deps['org.postgresql:postgresql'] runtime deps['org.postgresql:postgresql']
// Indirect dependency found by undeclared-dependency check. Such // Indirect dependency found by undeclared-dependency check. Such

View file

@ -51,6 +51,7 @@ ext {
'com.google.auto.service:auto-service:1.0-rc7', 'com.google.auto.service:auto-service:1.0-rc7',
'com.google.auto.value:auto-value-annotations:1.7.4', 'com.google.auto.value:auto-value-annotations:1.7.4',
'com.google.auto.value:auto-value:1.7.4', 'com.google.auto.value:auto-value:1.7.4',
'com.google.common.html.types:types:1.0.6',
'com.google.closure-stylesheets:closure-stylesheets:1.5.0', 'com.google.closure-stylesheets:closure-stylesheets:1.5.0',
// The two below are needed only for Datastore bulk delete pipeline. // The two below are needed only for Datastore bulk delete pipeline.
'com.google.cloud.bigdataoss:util:2.1.3', 'com.google.cloud.bigdataoss:util:2.1.3',