googleapis / googleapis/google-cloud-java
[sdk-platform-java] Enforcer: Consider exclusions for annotation libraries
Đang mở
priority: p3
type: feature request
- Ngôn ngữ chính
- Java
- Star
- 2.1k
- Fork
- 1.2k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 154
Mô tả
Upgrading Guava version brings in a few new transitive dependencies (specifically errorprone_annotaitons and j2objc_annotations) that we usually have to bump as well.
Since these are annotation libraries and really are used during compile time, they should have no impact on customers during runtime.
Maven's limitation for `compile` scope means that these dependencies are still bundled in the `pom.xml`.
Consider adding exclusions for the compile-time only libraries as we don't need to enforce the upper bounds of these dep's versions.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.