diff --git a/pom.xml b/pom.xml index a23910f91f..04040279c8 100644 --- a/pom.xml +++ b/pom.xml @@ -256,10 +256,20 @@ 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/ + + + + include-samples + + samples + + + + diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1ec940f11e..226b5f0a6f 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -33,6 +33,18 @@ + + org.apache.avro + avro + 1.9.2 + + + + org.apache.arrow + arrow-vector + 0.17.1 + + junit junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index fff7bd05e7..f7a466eea7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -32,6 +32,18 @@ + + org.apache.avro + avro + 1.9.2 + + + + org.apache.arrow + arrow-vector + 0.17.1 + + junit junit diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index c82e4ae39b..524a8e4719 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -44,6 +44,19 @@ + + org.apache.avro + avro + 1.9.2 + + + + org.apache.arrow + arrow-vector + 0.17.1 + + + junit junit