Skip to content

Commit

Permalink
make gax-grpc a test scope dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 22, 2022
1 parent 1ed6755 commit f4cf569
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google-cloud-bigtable-emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
Expand Down Expand Up @@ -147,6 +148,13 @@
<scope>test</scope>
</dependency>

<!-- This is only needed when we're running tests in native image mode-->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
Expand Down

0 comments on commit f4cf569

Please sign in to comment.