We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bea19d commit 181cbb2Copy full SHA for 181cbb2
pom.xml
@@ -240,6 +240,12 @@
240
<artifactId>attestation-gcp</artifactId>
241
<version>${enclave-gcp.version}</version>
242
</dependency>
243
+ <!-- Required for GCP Secret Manager - attestation-gcp uses newer gax-rpc that needs this -->
244
+ <dependency>
245
+ <groupId>com.google.auth</groupId>
246
+ <artifactId>google-auth-library-oauth2-http</artifactId>
247
+ <version>1.41.0</version>
248
+ </dependency>
249
</dependencies>
250
</profile>
251
</profiles>
0 commit comments