Skip to content

Commit

Permalink
missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Mar 5, 2020
1 parent 29edcac commit 0afccbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions google-cloud-bigtable/pom.xml
Expand Up @@ -67,6 +67,10 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
Expand Down Expand Up @@ -189,11 +193,6 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
Expand Down

0 comments on commit 0afccbb

Please sign in to comment.