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

Conversation

olavloite
Copy link
Collaborator

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

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
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 11, 2020
@olavloite olavloite merged commit e256d22 into master Jun 11, 2020
@olavloite olavloite deleted the include-version-for-javax-annotation-api branch June 11, 2020 11:54
@stephaniewang526
Copy link
Contributor

stephaniewang526 commented Jun 11, 2020

mojohaus/flatten-maven-plugin#155 should fix this problem in the plugin -- we're waiting on a release by flatten maven plugin.

@lesv

rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
* feat: add support for CommitStats

* fix: remove overload delay

* fix: gracefully close pool after each test

* chore: update copyright year, comments and assertions

* deps: use Spanner client lib 5.0.0

* fix: add new methods to clirr

* test: add tests for SQLException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spanner: Update Libraries-bom 5.4.0 --> 5.7.0 lots of missing methods
4 participants