File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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
- <!-- [START notification_install_with_bom] -->
28
26
<dependencyManagement >
29
27
<dependencies >
30
28
<dependency >
31
29
<groupId >com.google.cloud</groupId >
32
30
<artifactId >libraries-bom</artifactId >
33
- <version ></version >
31
+ <version >7.0.0 </version >
34
32
<type >pom</type >
35
33
<scope >import</scope >
36
34
</dependency >
41
39
<dependency >
42
40
<groupId >com.google.cloud</groupId >
43
41
<artifactId >google-cloud-notification</artifactId >
42
+ <!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
43
+ <version >0.120.3-beta-SNAPSHOT</version >
44
44
</dependency >
45
- <!-- [END notification_install_with_bom] -->
46
45
47
46
<dependency >
48
47
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments