Skip to content

Commit 98d524e

Browse files
chingor13anguillanneuf
authored andcommitted
samples: fix sample dependencies (#247)
1 parent 913da60 commit 98d524e

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

asset/pom.xml

+27-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
2726
<!-- [START cloudasset_install_with_bom] -->
2827
<dependencyManagement>
2928
<dependencies>
@@ -42,8 +41,31 @@
4241
<groupId>com.google.cloud</groupId>
4342
<artifactId>google-cloud-asset</artifactId>
4443
</dependency>
45-
<!-- [END cloudasset_install_with_bom] -->
46-
44+
<!-- [START_EXCLUDE] -->
45+
<dependency>
46+
<groupId>com.google.cloud</groupId>
47+
<artifactId>google-cloud-core</artifactId>
48+
</dependency>
49+
<dependency>
50+
<groupId>com.google.cloud</groupId>
51+
<artifactId>google-cloud-storage</artifactId>
52+
<scope>test</scope>
53+
</dependency>
54+
<dependency>
55+
<groupId>com.google.cloud</groupId>
56+
<artifactId>google-cloud-bigquery</artifactId>
57+
<scope>test</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.google.cloud</groupId>
61+
<artifactId>google-cloud-pubsub</artifactId>
62+
<scope>test</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.google.cloud</groupId>
66+
<artifactId>google-cloud-resourcemanager</artifactId>
67+
<scope>test</scope>
68+
</dependency>
4769
<dependency>
4870
<groupId>junit</groupId>
4971
<artifactId>junit</artifactId>
@@ -56,5 +78,7 @@
5678
<version>1.0.1</version>
5779
<scope>test</scope>
5880
</dependency>
81+
<!-- [END_EXCLUDE] -->
5982
</dependencies>
83+
<!-- [END cloudasset_install_with_bom] -->
6084
</project>

0 commit comments

Comments
 (0)