File tree 1 file changed +27
-3
lines changed
1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
</properties >
25
25
26
-
27
26
<!-- [START cloudasset_install_with_bom] -->
28
27
<dependencyManagement >
29
28
<dependencies >
42
41
<groupId >com.google.cloud</groupId >
43
42
<artifactId >google-cloud-asset</artifactId >
44
43
</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 >
47
69
<dependency >
48
70
<groupId >junit</groupId >
49
71
<artifactId >junit</artifactId >
56
78
<version >1.0.1</version >
57
79
<scope >test</scope >
58
80
</dependency >
81
+ <!-- [END_EXCLUDE] -->
59
82
</dependencies >
83
+ <!-- [END cloudasset_install_with_bom] -->
60
84
</project >
You can’t perform that action at this time.
0 commit comments