Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: added missing region tag in pom.xml (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl committed Nov 10, 2020
1 parent 36333d2 commit f3a747e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/snippets/pom.xml
Expand Up @@ -23,7 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<!-- [START tts_java_dependencies] -->
<!-- [START texttospeech_install_with_bom] -->
<dependencyManagement>
<dependencies>
Expand All @@ -42,6 +42,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-texttospeech</artifactId>
</dependency>
<!-- [END tts_java_dependencies] -->
<!-- [START_EXCLUDE] -->
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
Expand All @@ -61,6 +62,8 @@
<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE] -->
<!-- [START tts_java_dependencies] -->
</dependencies>
<!-- [END tts_java_dependencies] -->
<!-- [END texttospeech_install_with_bom] -->
</project>

0 comments on commit f3a747e

Please sign in to comment.