Skip to content

Commit 2f3d7d8

Browse files
committed
deps: add recommended dep
1 parent a6ba158 commit 2f3d7d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • java-compute/google-cloud-compute

java-compute/google-cloud-compute/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@
148148
<artifactId>gax</artifactId>
149149
<classifier>testlib</classifier>
150150
<scope>test</scope>
151+
</dependency>
152+
<!-- Needed for trace client -->
153+
<dependency>
154+
<groupId>io.grpc</groupId>
155+
<artifactId>grpc-netty-shaded</artifactId>
156+
<scope>test</scope>
151157
</dependency>
152158
</dependencies>
153159

0 commit comments

Comments
 (0)