mirror of
https://github.com/google/nomulus
synced 2026-01-05 13:07:04 +00:00
Replace deprecated GoogleCredential with new auth lib (#129)
Replace deprecated GoogleCredential with new lib This PR also introduced a CredentialsBundle class to carry HttpTransport and JsonFactory object which are needed by most of the GCP library to instantiate client.
This commit is contained in:
@@ -2,8 +2,11 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
def deps = rootProject.dependencyMap
|
||||
compile deps['com.google.api-client:google-api-client']
|
||||
compile deps['com.google.appengine:appengine-api-1.0-sdk']
|
||||
compile deps['com.google.appengine:appengine-testing']
|
||||
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.code.findbugs:jsr305']
|
||||
compile deps['com.google.dagger:dagger']
|
||||
|
||||
Reference in New Issue
Block a user