Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the "dependencies" check #1276

Closed
suztomo opened this issue Feb 23, 2021 · 1 comment
Closed

Fix the "dependencies" check #1276

suztomo opened this issue Feb 23, 2021 · 1 comment
Assignees

Comments

@suztomo
Copy link
Member

suztomo commented Feb 23, 2021

The check has been failing. https://github.com/googleapis/google-http-java-client/pull/1273/checks?check_run_id=1956399156

[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ google-http-client ---
Warning:  Rule 2: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for com.google.errorprone:error_prone_annotations:2.3.4 paths to dependency are:
+-com.google.http-client:google-http-client:1.38.2-SNAPSHOT
  +-com.google.guava:guava:30.1-android
    +-com.google.errorprone:error_prone_annotations:2.3.4
and
+-com.google.http-client:google-http-client:1.38.2-SNAPSHOT
  +-com.google.guava:guava-testlib:30.1-android
    +-com.google.errorprone:error_prone_annotations:2.3.4
and
+-com.google.http-client:google-http-client:1.38.2-SNAPSHOT
  +-com.google.truth:truth:1.1.2
    +-com.google.errorprone:error_prone_annotations:2.5.1
]
@chingor13
Copy link
Collaborator

Fixed in #1268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants