From c2161fbccb6043b0fec7b25eb3de1a0f4f61e7a1 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Thu, 28 May 2020 16:15:46 -0400 Subject: [PATCH] docs(samples): migrate samples into client (#308) --- pom.xml | 12 +++++++++++- samples/install-without-bom/pom.xml | 12 ++++++++++++ samples/snapshot/pom.xml | 12 ++++++++++++ samples/snippets/pom.xml | 13 +++++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) 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