Skip to content

Commit 148a928

Browse files
revert: temporary workaround for maven wildcard excludes (#989)
Reverts #985
1 parent 50490d9 commit 148a928

File tree

1 file changed

+2
-56
lines changed

1 file changed

+2
-56
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -224,64 +224,10 @@
224224
* Exclude protobuf-java to prefer the version declared here
225225
in the project.
226226
-->
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 -->
232227
<exclusion>
233-
<artifactId>api-common</artifactId>
234-
<groupId>com.google.api</groupId>
228+
<groupId>*</groupId>
229+
<artifactId>*</artifactId>
235230
</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-
285231
</exclusions>
286232
</dependency>
287233
<dependency>

0 commit comments

Comments
 (0)