diff --git a/.gitignore b/.gitignore
index fadd6afc..069d08fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ target/
# python utilities
*.pyc
__pycache__
+
+.flattened-pom.xml
diff --git a/google-cloud-gameservices/pom.xml b/google-cloud-gameservices/pom.xml
index 2587e511..bef6236e 100644
--- a/google-cloud-gameservices/pom.xml
+++ b/google-cloud-gameservices/pom.xml
@@ -98,4 +98,13 @@
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+
\ No newline at end of file
diff --git a/grpc-google-cloud-gameservices-v1alpha/pom.xml b/grpc-google-cloud-gameservices-v1alpha/pom.xml
index b3700790..89612b28 100644
--- a/grpc-google-cloud-gameservices-v1alpha/pom.xml
+++ b/grpc-google-cloud-gameservices-v1alpha/pom.xml
@@ -57,4 +57,13 @@
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 6e18847f..a582d940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,16 +63,6 @@
UTF-8
github
google-cloud-gameservices-parent
- 1.9.2
- 1.18.0
- 1.56.0
- 1.30.0
- 3.12.2
- 4.13
- 29.0-android
- 1.4.4
- 1.3.2
- 1.18
@@ -94,69 +84,17 @@
- io.grpc
- grpc-bom
- ${grpc.version}
- pom
- import
-
-
- com.google.api
- gax-bom
- ${gax.version}
- pom
- import
-
-
- com.google.guava
- guava-bom
- ${guava.version}
+ com.google.cloud
+ google-cloud-shared-dependencies
+ 0.8.1
pom
import
-
- com.google.protobuf
- protobuf-java
- ${protobuf.version}
-
-
- com.google.api
- api-common
- ${google.api-common.version}
-
-
- com.google.api.grpc
- proto-google-common-protos
- ${google.common-protos.version}
-
-
- org.threeten
- threetenbp
- ${threeten.version}
-
-
- javax.annotation
- javax.annotation-api
- ${javax.annotations.version}
-
-
- org.codehaus.mojo
- animal-sniffer-annotations
- ${animal-sniffer.version}
-
-
junit
junit
- ${junit.version}
- test
-
-
- com.google.api
- gax-grpc
- ${gax.version}
- testlib
+ 4.13
test
@@ -246,7 +184,7 @@
https://developers.google.com/protocol-buffers/docs/reference/java/
https://googleapis.dev/java/google-auth-library/latest/
https://googleapis.dev/java/gax/latest/
- https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/
+ https://googleapis.github.io/api-common-java/
diff --git a/proto-google-cloud-gameservices-v1alpha/pom.xml b/proto-google-cloud-gameservices-v1alpha/pom.xml
index 7475cc3a..71c9da87 100644
--- a/proto-google-cloud-gameservices-v1alpha/pom.xml
+++ b/proto-google-cloud-gameservices-v1alpha/pom.xml
@@ -30,4 +30,13 @@
guava
+
+
+
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+
\ No newline at end of file