Skip to content

Commit fb6608c

Browse files
committed
update
1 parent cd4a785 commit fb6608c

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@
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>

src/main/java/com/uid2/shared/Const.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)