Skip to content

Commit 6f6e81c

Browse files
authored
chore: added missing region tag in pom.xml (#294)
1 parent 336f2c3 commit 6f6e81c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

texttospeech/snippets/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
26+
<!-- [START tts_java_dependencies] -->
2727
<!-- [START texttospeech_install_with_bom] -->
2828
<dependencyManagement>
2929
<dependencies>
@@ -42,6 +42,7 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-texttospeech</artifactId>
4444
</dependency>
45+
<!-- [END tts_java_dependencies] -->
4546
<!-- [START_EXCLUDE] -->
4647
<dependency>
4748
<groupId>net.sourceforge.argparse4j</groupId>
@@ -61,6 +62,8 @@
6162
<scope>test</scope>
6263
</dependency>
6364
<!-- [END_EXCLUDE] -->
65+
<!-- [START tts_java_dependencies] -->
6466
</dependencies>
67+
<!-- [END tts_java_dependencies] -->
6568
<!-- [END texttospeech_install_with_bom] -->
6669
</project>

0 commit comments

Comments
 (0)