We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c731 commit 3a5c547Copy full SHA for 3a5c547
translate/snippets/pom.xml
@@ -42,8 +42,11 @@
42
<groupId>com.google.cloud</groupId>
43
<artifactId>google-cloud-translate</artifactId>
44
</dependency>
45
- <!-- [END translation_install_with_bom] -->
46
-
+ <!-- [START_EXCLUDE] -->
+ <dependency>
47
+ <groupId>com.google.cloud</groupId>
48
+ <artifactId>google-cloud-storage</artifactId>
49
+ </dependency>
50
<dependency>
51
<groupId>junit</groupId>
52
<artifactId>junit</artifactId>
@@ -56,5 +59,7 @@
56
59
<version>1.0.1</version>
57
60
<scope>test</scope>
58
61
62
+ <!-- [END_EXCLUDE] -->
63
</dependencies>
64
+ <!-- [END translation_install_with_bom] -->
65
</project>
0 commit comments