-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
status: in progressThere is an open PRThere is an open PRtype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
The BOM contains many dependencies like this one:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.44.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
<type>test-jar</type>
</dependency>
Is this really something we want in the BOM? I can't imagine clients should be depending on our tests. Can we take these out?
Metadata
Metadata
Assignees
Labels
status: in progressThere is an open PRThere is an open PRtype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.