Skip to content

Commit

Permalink
fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 22, 2022
1 parent 89729be commit 5a31191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-bigtable-emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<!-- grpc-netty-shaded is used at test runtime -->
<usedDependencies>io.grpc:grpc-netty-shaded</usedDependencies>
<usedDependencies>io.grpc:grpc-netty-shaded,com.google.api:gax-grpc</usedDependencies>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 5a31191

Please sign in to comment.