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?
The BOM contains many dependencies like this one:
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?