File tree 3 files changed +20
-1
lines changed
google-cloud-bigtable-deps-bom
google-cloud-bigtable-stats
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >com.google.cloud</groupId >
75
75
<artifactId >google-cloud-monitoring-bom</artifactId >
76
- <version >3.6.0</version >
76
+ <version >3.7.0</version >
77
+ <exclusions >
78
+ <exclusion >
79
+ <!-- using the perfmark version in opencensus -->
80
+ <groupId >io.perfmark</groupId >
81
+ <artifactId >perfmark-api</artifactId >
82
+ </exclusion >
83
+ </exclusions >
77
84
<type >pom</type >
78
85
<scope >import</scope >
79
86
</dependency >
Original file line number Diff line number Diff line change 58
58
<groupId >com.google.http-client</groupId >
59
59
<artifactId >google-http-client</artifactId >
60
60
</exclusion >
61
+ <exclusion >
62
+ <!-- using the perfmark version in opencensus -->
63
+ <groupId >io.perfmark</groupId >
64
+ <artifactId >perfmark-api</artifactId >
65
+ </exclusion >
61
66
</exclusions >
62
67
</dependency >
63
68
<dependency >
Original file line number Diff line number Diff line change 268
268
<dependency >
269
269
<groupId >com.google.cloud</groupId >
270
270
<artifactId >google-cloud-monitoring</artifactId >
271
+ <exclusions >
272
+ <exclusion >
273
+ <!-- using the perfmark version in opencensus -->
274
+ <groupId >io.perfmark</groupId >
275
+ <artifactId >perfmark-api</artifactId >
276
+ </exclusion >
277
+ </exclusions >
271
278
<scope >runtime</scope >
272
279
</dependency >
273
280
<dependency >
You can’t perform that action at this time.
0 commit comments