Skip to content

Commit bd3d1f2

Browse files
committed
samples(test): fix required dependencies for tests
1 parent 4f1ec2c commit bd3d1f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

dataproc/snippets/pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-dataproc</artifactId>
4444
</dependency>
45-
<!-- [END dataproc_install_with_bom] -->
46-
45+
<!-- BEGIN_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 dataproc_install_with_bom] -->
6065
</project>

0 commit comments

Comments
 (0)