You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug client-java depends on io.prometheus:* and com.com.amazonaws:*. Both dependencies pull in needless transitive dependencies for users who don't use prometheus or aws.
Describe the bug
client-java
depends onio.prometheus:*
andcom.com.amazonaws:*
. Both dependencies pull in needless transitive dependencies for users who don't use prometheus or aws.Client Version
21.0.1
Expected behavior
Review all dependencies as mark as many as possible as
optional
. See https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html for more information.The text was updated successfully, but these errors were encountered: