File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
google-cloud-spanner-executor Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 6565 <groupId >com.google.cloud</groupId >
6666 <artifactId >google-cloud-trace</artifactId >
6767 <version >2.76.0</version >
68+ <!-- Version will be managed by guava -->
69+ <exclusions >
70+ <exclusion >
71+ <groupId >com.google.guava</groupId >
72+ <artifactId >failureaccess</artifactId >
73+ </exclusion >
74+ </exclusions >
6875 </dependency >
6976 <dependency >
7077 <groupId >io.grpc</groupId >
138145 <groupId >com.google.api.grpc</groupId >
139146 <artifactId >proto-google-cloud-trace-v1</artifactId >
140147 <version >2.76.0</version >
148+ <!-- Version will be managed by guava -->
149+ <exclusions >
150+ <exclusion >
151+ <groupId >com.google.guava</groupId >
152+ <artifactId >failureaccess</artifactId >
153+ </exclusion >
154+ </exclusions >
141155 </dependency >
142156 <dependency >
143157 <groupId >com.google.api.grpc</groupId >
Original file line number Diff line number Diff line change 273273 <groupId >com.google.cloud</groupId >
274274 <artifactId >google-cloud-monitoring</artifactId >
275275 <version >3.77.0</version >
276+ <!-- Version will be managed by guava -->
277+ <exclusions >
278+ <exclusion >
279+ <groupId >com.google.guava</groupId >
280+ <artifactId >failureaccess</artifactId >
281+ </exclusion >
282+ </exclusions >
276283 </dependency >
277284 <dependency >
278285 <groupId >com.google.api.grpc</groupId >
279286 <artifactId >proto-google-cloud-monitoring-v3</artifactId >
280287 <version >3.77.0</version >
288+ <!-- Version will be managed by guava -->
289+ <exclusions >
290+ <exclusion >
291+ <groupId >com.google.guava</groupId >
292+ <artifactId >failureaccess</artifactId >
293+ </exclusion >
294+ </exclusions >
281295 </dependency >
282296 <dependency >
283297 <groupId >com.google.api.grpc</groupId >
284298 <artifactId >grpc-google-cloud-monitoring-v3</artifactId >
285299 <version >3.77.0</version >
286300 <scope >test</scope >
301+ <!-- Version will be managed by guava -->
302+ <exclusions >
303+ <exclusion >
304+ <groupId >com.google.guava</groupId >
305+ <artifactId >failureaccess</artifactId >
306+ </exclusion >
307+ </exclusions >
287308 </dependency >
288309 <dependency >
289310 <groupId >com.google.auth</groupId >
You can’t perform that action at this time.
0 commit comments