File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
extensions/data-transfer/portability-data-transfer-google Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ dependencies {
36
36
compile(" com.google.apis:google-api-services-tasks:${ googleTasksVersion} " )
37
37
compile(" com.googlecode.ez-vcard:ez-vcard:${ ezVcardVersion} " )
38
38
compile(" com.google.apis:google-api-services-plus:${ googlePlusVersion} " )
39
- compile(" com.google.photos.library:google-photos-library-client:1.5.0" )
39
+ compile(" com.google.photos.library:google-photos-library-client:${ googlePhotoLibraryVersion} " )
40
+ compile(" com.google.auth:google-auth-library-oauth2-http:${ googleOauth2Version} " )
41
+ implementation(" io.grpc:grpc-netty:1.45.1" )
42
+
40
43
41
44
testCompile(" com.google.http-client:google-http-client-gson:${ googleHttpClientVersion} " )
42
45
testCompile project(' :extensions:cloud:portability-cloud-local' )
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ googlePeopleVersion=v1-rev194-1.23.0
17
17
googlePlusVersion =v1-rev562-1.25.0
18
18
googleStackdriverVersion =1.64.0
19
19
googleTasksVersion =v1-rev48-1.23.0
20
+ googleOauth2Version =1.4.0
21
+ googlePhotoLibraryVersion =1.7.2
20
22
glassfishVersion =1.1.2
21
23
guavaVersion =31.1-jre
22
24
guiceVersion =4.1.0
You can’t perform that action at this time.
0 commit comments