auto-value is included in the dependency #2807
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
It seems that the
auto-value
is included in the dependency, and it makes runtime images (e.g. shaded jar files) unexpectedly large.This package is used only in compilation time, so it is better to remove it from the runtime classpath.
Environment details
This issue is not related to the environment.
Steps to reproduce
./gradlew dependencies
ormvn dependency:tree
Any additional information below
User may apply a workaround as follows:
The text was updated successfully, but these errors were encountered: