File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
src/main/java/com/uid2/shared Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 178178 <artifactId >google-auth-library-oauth2-http</artifactId >
179179 <version >1.30.0</version >
180180 </dependency >
181- <dependency >
182- <groupId >com.google.auth</groupId >
183- <artifactId >google-auth-library-credentials</artifactId >
184- <version >1.30.0</version >
185- </dependency >
186- <dependency >
187- <groupId >com.google.protobuf</groupId >
188- <artifactId >protobuf-java</artifactId >
189- <version >3.25.5</version >
190- </dependency >
191181 <dependency >
192182 <groupId >com.azure</groupId >
193183 <artifactId >azure-security-attestation</artifactId >
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ public static class Config {
3232
3333 public static final String UidInstanceIdPrefixProp = "uid_instance_id_prefix" ;
3434
35- // GCP
36- public static final String GoogleCredentialsProp = "google_credentials" ;
37- public static final String GcpEnclaveParamsProp = "gcp_enclave_params" ;
38-
3935 // Azure
4036 public static final String MaaServerBaseUrlProp = "maa_server_base_url" ;
4137
You can’t perform that action at this time.
0 commit comments