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: opentelemetry-bom to be in third-party-dependencies BOM #2736

Merged
merged 1 commit into from
May 9, 2024

Commits on May 6, 2024

  1. fix: opentelemetry-bom to be in third-party-dependencies BOM

    Importing opentelemetry-bom in gapic-generator-java-bom wrongly
    implies that we (Google) publish the OpenTelemetry artifacts.
    
    https://jlbp.dev/JLBP-15 states:
      Your project's BOM should not include any of your dependencies
      on other libraries.
    
    In this change, the opentelemetry-bom is declared in the third-
    party-dependencies BOM and thus will be excluded in the Google
    Cloud Libraries BOM.
    suztomo committed May 6, 2024
    Configuration menu
    Copy the full SHA
    37337cc View commit details
    Browse the repository at this point in the history