Skip to content

Commit 646cbc6

Browse files
KMS: Updated for new client library (GoogleCloudPlatform#1288)
update kms samples to gapic libraries
1 parent a4866b4 commit 646cbc6

11 files changed

+894
-971
lines changed

kms/pom.xml

+4-30
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud.samples</groupId>
1414
<artifactId>shared-configuration</artifactId>
15-
<version>1.0.9</version>
15+
<version>1.0.10</version>
1616
</parent>
1717

1818
<properties>
@@ -23,41 +23,15 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>com.google.apis</groupId>
27-
<artifactId>google-api-services-cloudkms</artifactId>
28-
<version>v1-rev20181107-1.27.0</version>
29-
<exclusions>
30-
<exclusion> <!-- exclude an old version of Guava -->
31-
<groupId>com.google.guava</groupId>
32-
<artifactId>guava-jdk5</artifactId>
33-
</exclusion>
34-
</exclusions>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.guava</groupId>
38-
<artifactId>guava</artifactId>
39-
<version>20.0</version>
40-
</dependency>
41-
<dependency>
42-
<groupId>com.google.api-client</groupId>
43-
<artifactId>google-api-client</artifactId>
44-
<version>1.27.0</version>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.google.http-client</groupId>
48-
<artifactId>google-http-client-jackson2</artifactId>
49-
<version>1.27.0</version>
26+
<groupId>com.google.cloud</groupId>
27+
<artifactId>google-cloud-kms</artifactId>
28+
<version>0.70.0-beta</version>
5029
</dependency>
5130
<dependency>
5231
<groupId>args4j</groupId>
5332
<artifactId>args4j</artifactId>
5433
<version>2.33</version>
5534
</dependency>
56-
<dependency>
57-
<groupId>org.bouncycastle</groupId>
58-
<artifactId>bcpkix-jdk15on</artifactId>
59-
<version>1.60</version>
60-
</dependency>
6135
<!-- test dependencies -->
6236
<dependency>
6337
<groupId>junit</groupId>

0 commit comments

Comments
 (0)