File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 33
33
</dependency >
34
34
<!-- [END clouderrorreporting_install_without_bom] -->
35
35
36
+ <dependency >
37
+ <groupId >com.google.cloud</groupId >
38
+ <artifactId >google-cloud-core</artifactId >
39
+ <version >1.93.6</version >
40
+ </dependency >
36
41
<dependency >
37
42
<groupId >junit</groupId >
38
43
<artifactId >junit</artifactId >
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
- <!-- {x-version-update-start::current} -->
27
26
<dependencies >
27
+ <!-- {x-version-update-start:google-cloud-errorreporting:current} -->
28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-errorreporting</artifactId >
31
- <version >0.119.2 -beta</version >
31
+ <version >0.119.3 -beta-SNAPSHOT </version >
32
32
</dependency >
33
+ <!-- {x-version-update-end} -->
33
34
35
+ <dependency >
36
+ <groupId >com.google.cloud</groupId >
37
+ <artifactId >google-cloud-core</artifactId >
38
+ <version >1.93.6</version >
39
+ </dependency >
34
40
<dependency >
35
41
<groupId >junit</groupId >
36
42
<artifactId >junit</artifactId >
44
50
<scope >test</scope >
45
51
</dependency >
46
52
</dependencies >
47
- <!-- {x-version-update-end} -->
48
53
49
54
<!-- compile and run all snippet tests -->
50
55
<build >
Original file line number Diff line number Diff line change 42
42
<groupId >com.google.cloud</groupId >
43
43
<artifactId >google-cloud-errorreporting</artifactId >
44
44
</dependency >
45
- <!-- [END clouderrorreporting_install_with_bom] -->
46
-
45
+ <!-- BEGIN_EXCLUDE -->
46
+ <dependency >
47
+ <groupId >com.google.cloud</groupId >
48
+ <artifactId >google-cloud-core</artifactId >
49
+ </dependency >
47
50
<dependency >
48
51
<groupId >junit</groupId >
49
52
<artifactId >junit</artifactId >
56
59
<version >1.0.1</version >
57
60
<scope >test</scope >
58
61
</dependency >
62
+ <!-- END_EXCLUDE -->
59
63
</dependencies >
64
+ <!-- [END clouderrorreporting_install_with_bom] -->
60
65
</project >
You can’t perform that action at this time.
0 commit comments