Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat(deps): import shared-dependencies bom and use maven-flatten-plug…
…in (#172) * feat(deps): import shared-dependencies bom and use maven-flatten-plugin * flatten google-cloud-spanner pom.xml * update to v0.2.0 of shared-dependencies * fix: add exclude for m2e to prevent build errors in Eclipse Co-authored-by: Olav Loite <koloite@gmail.com>
- Loading branch information
Showing
with
70 additions
and 123 deletions.
- +2 −0 .gitignore
- +5 −0 google-cloud-spanner/pom.xml
- +10 −0 grpc-google-cloud-spanner-admin-database-v1/pom.xml
- +10 −0 grpc-google-cloud-spanner-admin-instance-v1/pom.xml
- +10 −0 grpc-google-cloud-spanner-v1/pom.xml
- +3 −123 pom.xml
- +10 −0 proto-google-cloud-spanner-admin-database-v1/pom.xml
- +10 −0 proto-google-cloud-spanner-admin-instance-v1/pom.xml
- +10 −0 proto-google-cloud-spanner-v1/pom.xml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -28,3 +28,5 @@ docs/ | ||
|
||
# Python utilities | ||
*.pyc | ||
|
||
.flattened-pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters