From a7cbcb1d76fc5594e779e0da9ce5986536cef8e8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 18 Mar 2020 15:49:10 -0700 Subject: [PATCH] chore: regenerate common templates (#26) --- document-ai/snippets/pom.xml | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 document-ai/snippets/pom.xml diff --git a/document-ai/snippets/pom.xml b/document-ai/snippets/pom.xml new file mode 100644 index 00000000000..b523daccdf3 --- /dev/null +++ b/document-ai/snippets/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + com.google.cloud + documentai-snippets + jar + Google Document AI Snippets + https://github.com/googleapis/java-document-ai + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + + + com.google.cloud + libraries-bom + 4.2.0 + pom + import + + + + + + + com.google.cloud + google-cloud-document-ai + + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + +