mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Fix Gradle lint's dependency warnings
This change fixes the following warnings when applied to cloned github nomulus: warning undeclared-dependency one or more classes in com.google.api-client:google-api-client:1.28.0 are required by your code directly warning undeclared-dependency one or more classes in com.google.http-client:google-http-client:1.28.0 are required by your code directly warning unused-dependency one or more classes in com.google.http-client:google-http-client:1.28.0 are required by your code directly warning unused-dependency one or more classes in com.google.api-client:google-api-client:1.28.0 are required by your code directly ✖ 4 problems (0 errors, 4 warnings) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229629444
This commit is contained in:
parent
1e218d1d5b
commit
758dcb5c39
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ ext {
|
|||
dependencyList = [
|
||||
'args4j:args4j:2.0.26',
|
||||
'com.beust:jcommander:1.48',
|
||||
'com.google.api-client:google-api-client:1.27.0',
|
||||
'com.google.api-client:google-api-client:1.28.0',
|
||||
'com.google.api-client:google-api-client-appengine:1.22.0',
|
||||
'com.google.api-client:google-api-client-jackson2:1.20.0',
|
||||
'com.google.api-client:google-api-client-java6:1.27.0',
|
||||
|
@ -54,7 +54,7 @@ ext {
|
|||
'com.google.guava:guava:27.0-jre',
|
||||
'com.google.guava:guava-testlib:25.0-jre',
|
||||
'com.google.gwt:gwt-user:2.8.2',
|
||||
'com.google.http-client:google-http-client:1.27.0',
|
||||
'com.google.http-client:google-http-client:1.28.0',
|
||||
'com.google.http-client:google-http-client-appengine:1.22.0',
|
||||
'com.google.http-client:google-http-client-jackson2:1.25.0',
|
||||
'com.google.monitoring-client:contrib:1.0.4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue