File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 </properties >
2525
26-
2726 <!-- [START cloudasset_install_with_bom] -->
2827 <dependencyManagement >
2928 <dependencies >
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 >
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 >
You can’t perform that action at this time.
0 commit comments