|
224 | 224 | * Exclude protobuf-java to prefer the version declared here |
225 | 225 | in the project. |
226 | 226 | --> |
227 | | -<!-- <exclusion>--> |
228 | | -<!-- <groupId>*</groupId>--> |
229 | | -<!-- <artifactId>*</artifactId>--> |
230 | | -<!-- </exclusion>--> |
231 | | -<!-- TODO: figure out why maven fails to exclude wildcards, in the interim, manually exclude all deps --> |
232 | 227 | <exclusion> |
233 | | - <artifactId>api-common</artifactId> |
234 | | - <groupId>com.google.api</groupId> |
| 228 | + <groupId>*</groupId> |
| 229 | + <artifactId>*</artifactId> |
235 | 230 | </exclusion> |
236 | | - <exclusion> |
237 | | - <groupId>com.google.api.grpc</groupId> |
238 | | - <artifactId>proto-google-cloud-firestore-v1</artifactId> |
239 | | - </exclusion> |
240 | | - <exclusion> |
241 | | - <groupId>com.google.api.grpc</groupId> |
242 | | - <artifactId>proto-google-common-protos</artifactId> |
243 | | - </exclusion> |
244 | | - <exclusion> |
245 | | - <groupId>com.google.api.grpc</groupId> |
246 | | - <artifactId>proto-google-cloud-bigtable-v2</artifactId> |
247 | | - </exclusion> |
248 | | - <exclusion> |
249 | | - <groupId>com.google.auto.value</groupId> |
250 | | - <artifactId>auto-value-annotations</artifactId> |
251 | | - </exclusion> |
252 | | - <exclusion> |
253 | | - <groupId>com.google.code.findbugs</groupId> |
254 | | - <artifactId>jsr305</artifactId> |
255 | | - </exclusion> |
256 | | - <exclusion> |
257 | | - <groupId>com.google.errorprone</groupId> |
258 | | - <artifactId>error_prone_annotations</artifactId> |
259 | | - </exclusion> |
260 | | - <exclusion> |
261 | | - <groupId>com.google.guava</groupId> |
262 | | - <artifactId>failureaccess</artifactId> |
263 | | - </exclusion> |
264 | | - <exclusion> |
265 | | - <groupId>com.google.guava</groupId> |
266 | | - <artifactId>listenablefuture</artifactId> |
267 | | - </exclusion> |
268 | | - <exclusion> |
269 | | - <groupId>com.google.j2objc</groupId> |
270 | | - <artifactId>j2objc-annotations</artifactId> |
271 | | - </exclusion> |
272 | | - <exclusion> |
273 | | - <groupId>com.google.protobuf</groupId> |
274 | | - <artifactId>protobuf-java</artifactId> |
275 | | - </exclusion> |
276 | | - <exclusion> |
277 | | - <groupId>javax.annotation</groupId> |
278 | | - <artifactId>javax.annotation-api</artifactId> |
279 | | - </exclusion> |
280 | | - <exclusion> |
281 | | - <groupId>org.checkerframework</groupId> |
282 | | - <artifactId>checker-qual</artifactId> |
283 | | - </exclusion> |
284 | | - |
285 | 231 | </exclusions> |
286 | 232 | </dependency> |
287 | 233 | <dependency> |
|
0 commit comments