Skip to content

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 authored Nov 10, 2020
1 parent 336f2c3 commit 6f6e81c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion texttospeech/snippets/pom.xml
Original file line number Diff line number Diff line change
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 6f6e81c

Please sign in to comment.