Skip to content

Commit 72d45ce

Browse files
committed
samples: fix test dependencies
1 parent 796cabf commit 72d45ce

File tree

11 files changed

+18
-3
lines changed

11 files changed

+18
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
<version>1.24.0</version>
3333
</dependency>
3434
<!-- [END speech_install_without_bom] -->
35-
35+
<dependency>
36+
<groupId>commons-cli</groupId>
37+
<artifactId>commons-cli</artifactId>
38+
<version>1.4</version>
39+
</dependency>
3640
<dependency>
3741
<groupId>junit</groupId>
3842
<artifactId>junit</artifactId>
Binary file not shown.
56.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

samples/snapshot/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<version>1.24.1-SNAPSHOT</version>
3333
</dependency>
3434
<!-- {x-version-update-end} -->
35+
<dependency>
36+
<groupId>commons-cli</groupId>
37+
<artifactId>commons-cli</artifactId>
38+
<version>1.4</version>
39+
</dependency>
3540
<dependency>
3641
<groupId>junit</groupId>
3742
<artifactId>junit</artifactId>
1.7 MB
Binary file not shown.

samples/snapshot/resources/audio.raw

56.6 KB
Binary file not shown.
708 KB
Binary file not shown.
6.01 MB
Binary file not shown.

samples/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-speech</artifactId>
4444
</dependency>
45-
<!-- [END speech_install_with_bom] -->
46-
45+
<!-- [START_EXCLUDE] -->
46+
<dependency>
47+
<groupId>commons-cli</groupId>
48+
<artifactId>commons-cli</artifactId>
49+
<version>1.4</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 speech_install_with_bom] -->
6066
</project>

0 commit comments

Comments
 (0)