Skip to content

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
@olavloite olavloite requested review from chingor13 and skuruppu June 11, 2020 10:32
@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.

5 participants