Skip to content

Commit bdfd7de

Browse files
committed
samples: fix dependencies and resources
1 parent 9a89688 commit bdfd7de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

texttospeech/snippets/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-texttospeech</artifactId>
4444
</dependency>
45-
<!-- [END texttospeech_install_with_bom] -->
46-
45+
<!-- [START_EXCLUDE] -->
46+
<dependency>
47+
<groupId>net.sourceforge.argparse4j</groupId>
48+
<artifactId>argparse4j</artifactId>
49+
<version>0.8.1</version>
50+
</dependency>
4751
<dependency>
4852
<groupId>junit</groupId>
4953
<artifactId>junit</artifactId>
@@ -56,5 +60,7 @@
5660
<version>1.0.1</version>
5761
<scope>test</scope>
5862
</dependency>
63+
<!-- [END_EXCLUDE] -->
5964
</dependencies>
65+
<!-- [END texttospeech_install_with_bom] -->
6066
</project>

0 commit comments

Comments
 (0)