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

feat: add v1p1beta1 client #59

Merged
merged 1 commit into from Feb 11, 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
2 changes: 1 addition & 1 deletion google-cloud-securitycenter-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>0.4.0</version>
</parent>

<name>Google Cloud securitycenter BOM</name>
<name>Google Cloud Security Command Center BOM</name>
<url>https://github.com/googleapis/java-securitycenter</url>
<description>
BOM for Google Cloud Security Command Center
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-securitycenter/pom.xml
Expand Up @@ -50,6 +50,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-securitycenter-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-securitycenter-v1p1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -88,6 +92,11 @@
<artifactId>grpc-google-cloud-securitycenter-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-securitycenter-v1p1beta1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down