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: include an explicit version for javax-annotations-api #261

Merged
merged 1 commit into from Jun 11, 2020

Commits on Jun 11, 2020

  1. fix: include an explicit version for javax-annotations-api

    The Maven flatten plugin transforms the pom of the project from a set of imports
    and transitive dependencies into a pom that contains all dependencies and versions
    explicitly. This process did however miss the javax-annotations-api dependency that
    is only included for JDK9 and higher.
    
    Fixes GoogleCloudPlatform/java-docs-samples#3139
    olavloite committed Jun 11, 2020
    Copy the full SHA
    3bed7fb View commit details
    Browse the repository at this point in the history