Skip to content

Commit

Permalink
samples(test): fix required dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Aug 3, 2020
1 parent 4f1ec2c commit bd3d1f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dataproc/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-dataproc</artifactId>
</dependency>
<!-- [END dataproc_install_with_bom] -->

<!-- BEGIN_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 dataproc_install_with_bom] -->
</project>

0 comments on commit bd3d1f2

Please sign in to comment.