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 112452c commit 65d24f5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions google-cloud-bigtable-emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
Expand Down Expand Up @@ -152,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 65d24f5

Please sign in to comment.