Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

feat(v4): add v4 client #230

Merged
merged 1 commit into from Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion google-cloud-talent-bom/pom.xml
Expand Up @@ -60,7 +60,11 @@

<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
Expand All @@ -71,6 +75,11 @@
<artifactId>google-cloud-talent</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-talent/pom.xml
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
Expand Down Expand Up @@ -74,6 +78,11 @@
<artifactId>google-cloud-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
Expand Down