@@ -26,7 +26,7 @@ limitations under the License.
26
26
<parent >
27
27
<groupId >com.google.cloud.samples</groupId >
28
28
<artifactId >shared-configuration</artifactId >
29
- <version >1.0.9 </version >
29
+ <version >1.0.10 </version >
30
30
</parent >
31
31
32
32
<properties >
@@ -36,8 +36,22 @@ limitations under the License.
36
36
<opencensus .version>0.14.0</opencensus .version>
37
37
</properties >
38
38
39
+ <!-- Include the BOM to ensure compatibility across multiple google-cloud-* libraries -->
40
+ <dependencyManagement >
41
+ <dependencies >
42
+ <dependency >
43
+ <groupId >com.google.cloud</groupId >
44
+ <artifactId >google-cloud-bom</artifactId >
45
+ <version >0.52.0-alpha</version >
46
+ <type >pom</type >
47
+ <scope >import</scope >
48
+ </dependency >
49
+ </dependencies >
50
+ </dependencyManagement >
51
+ <!-- End of BOM -->
39
52
<dependencies >
40
53
<dependency >
54
+ <!-- Version auto-managed by BOM -->
41
55
<groupId >com.google.cloud</groupId >
42
56
<artifactId >google-cloud-spanner</artifactId >
43
57
<exclusions >
@@ -100,10 +114,12 @@ limitations under the License.
100
114
<artifactId >opencensus-contrib-grpc-metrics</artifactId >
101
115
<version >${opencensus.version} </version >
102
116
</dependency >
117
+ <!-- Version auto-managed by BOM -->
103
118
<dependency >
104
119
<groupId >com.google.cloud</groupId >
105
120
<artifactId >google-cloud-trace</artifactId >
106
121
</dependency >
122
+ <!-- Version auto-managed by BOM -->
107
123
<dependency >
108
124
<groupId >com.google.cloud</groupId >
109
125
<artifactId >google-cloud-monitoring</artifactId >
@@ -123,17 +139,6 @@ limitations under the License.
123
139
<scope >test</scope >
124
140
</dependency >
125
141
</dependencies >
126
- <dependencyManagement >
127
- <dependencies >
128
- <dependency >
129
- <groupId >com.google.cloud</groupId >
130
- <artifactId >google-cloud-bom</artifactId >
131
- <version >0.42.0-alpha</version >
132
- <type >pom</type >
133
- <scope >import</scope >
134
- </dependency >
135
- </dependencies >
136
- </dependencyManagement >
137
142
<build >
138
143
<plugins >
139
144
<plugin >
0 commit comments