mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Fix linter warnings (#1165)
This commit is contained in:
parent
5f2694f29f
commit
47e77e20f7
3 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ dependencies {
|
|||
compile deps['com.google.auth:google-auth-library-credentials']
|
||||
compile deps['com.google.auth:google-auth-library-oauth2-http']
|
||||
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-storage']
|
||||
compile deps['com.google.guava:guava']
|
||||
|
|
|
@ -330,7 +330,6 @@ dependencies {
|
|||
testCompile deps['org.junit.platform:junit-platform-suite-api']
|
||||
testCompile deps['org.mockito:mockito-core']
|
||||
testCompile deps['org.mockito:mockito-junit-jupiter']
|
||||
testCompile 'org.checkerframework:checker-qual:3.9.1'
|
||||
runtime deps['org.postgresql:postgresql']
|
||||
|
||||
// Indirect dependency found by undeclared-dependency check. Such
|
||||
|
|
|
@ -51,6 +51,7 @@ ext {
|
|||
'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:1.7.4',
|
||||
'com.google.common.html.types:types:1.0.6',
|
||||
'com.google.closure-stylesheets:closure-stylesheets:1.5.0',
|
||||
// The two below are needed only for Datastore bulk delete pipeline.
|
||||
'com.google.cloud.bigdataoss:util:2.1.3',
|
||||
|
|
Loading…
Add table
Reference in a new issue