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

Commit

Permalink
feat: add v1 protos (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 30, 2019
1 parent c0a49b5 commit de1e274
Show file tree
Hide file tree
Showing 124 changed files with 52,448 additions and 4 deletions.
9 changes: 9 additions & 0 deletions google-cloud-automl/pom.xml
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -75,6 +79,11 @@
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit de1e274

Please sign in to comment.