File tree Expand file tree Collapse file tree
java-compute/google-cloud-compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments