Skip to content

Commit 3d18d0a

Browse files
committed
chore: add gax-grpc dependency
1 parent d69af87 commit 3d18d0a

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

  • java-compute/google-cloud-compute

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,36 @@
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.api</groupId>
39+
<artifactId>gax-grpc</artifactId>
40+
<exclusions>
41+
<exclusion>
42+
<groupId>io.grpc</groupId>
43+
<artifactId>grpc-api</artifactId>
44+
</exclusion>
45+
<exclusion>
46+
<groupId>io.grpc</groupId>
47+
<artifactId>grpc-stub</artifactId>
48+
</exclusion>
49+
<exclusion>
50+
<groupId>io.grpc</groupId>
51+
<artifactId>grpc-protobuf</artifactId>
52+
</exclusion>
53+
<exclusion>
54+
<groupId>io.grpc</groupId>
55+
<artifactId>grpc-netty-shaded</artifactId>
56+
</exclusion>
57+
<exclusion>
58+
<groupId>io.grpc</groupId>
59+
<artifactId>grpc-alts</artifactId>
60+
</exclusion>
61+
<exclusion>
62+
<groupId>io.grpc</groupId>
63+
<artifactId>grpc-auth</artifactId>
64+
</exclusion>
65+
</exclusions>
66+
</dependency>
3767
<dependency>
3868
<groupId>com.google.api</groupId>
3969
<artifactId>gax-httpjson</artifactId>
@@ -62,6 +92,11 @@
6292
<artifactId>google-cloud-core</artifactId>
6393
<scope>test</scope>
6494
</dependency>
95+
<dependency>
96+
<groupId>com.google.api</groupId>
97+
<artifactId>gax-grpc</artifactId>
98+
<scope>test</scope>
99+
</dependency>
65100

66101
<!-- Need testing utility classes for generated REST clients tests -->
67102
<dependency>

0 commit comments

Comments
 (0)