Skip to content

Commit 3a5c547

Browse files
chingor13anguillanneuf
authored andcommitted
samples: fix test dependencies
1 parent 705c731 commit 3a5c547

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

translate/snippets/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-translate</artifactId>
4444
</dependency>
45-
<!-- [END translation_install_with_bom] -->
46-
45+
<!-- [START_EXCLUDE] -->
46+
<dependency>
47+
<groupId>com.google.cloud</groupId>
48+
<artifactId>google-cloud-storage</artifactId>
49+
</dependency>
4750
<dependency>
4851
<groupId>junit</groupId>
4952
<artifactId>junit</artifactId>
@@ -56,5 +59,7 @@
5659
<version>1.0.1</version>
5760
<scope>test</scope>
5861
</dependency>
62+
<!-- [END_EXCLUDE] -->
5963
</dependencies>
64+
<!-- [END translation_install_with_bom] -->
6065
</project>

0 commit comments

Comments
 (0)