From fb496523757dc8beaf5c2d1a32d883cc47eba5cf Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 18 Mar 2020 07:38:25 -0700 Subject: [PATCH] feat: initial generation --- mediatranslation/pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 mediatranslation/pom.xml diff --git a/mediatranslation/pom.xml b/mediatranslation/pom.xml new file mode 100644 index 00000000000..48ac74d9b36 --- /dev/null +++ b/mediatranslation/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + com.google.cloud + mediatranslation-snippets + jar + Google Media Translation API Snippets + https://github.com/googleapis/java-mediatranslation + + + + 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-mediatranslation + + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + +