Skip to content

Commit d7241cf

Browse files
committed
fix deps failure
1 parent e399ea3 commit d7241cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google-cloud-datastore/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>google-cloud-core-grpc</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.auth</groupId>
39+
<artifactId>google-auth-library-oauth2-http</artifactId>
40+
</dependency>
3741
<dependency>
3842
<groupId>com.google.api.grpc</groupId>
3943
<artifactId>proto-google-cloud-datastore-v1</artifactId>

0 commit comments

Comments
 (0)