Skip to content

Commit

Permalink
samples: fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and Shabirmean committed Nov 18, 2022
1 parent b1e9793 commit 49ce43d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions translate/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
</dependency>
<!-- [END translation_install_with_bom] -->

<!-- [START_EXCLUDE] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -56,5 +59,7 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE] -->
</dependencies>
<!-- [END translation_install_with_bom] -->
</project>

0 comments on commit 49ce43d

Please sign in to comment.