We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c722cc9 + 4ad636e commit 6007511Copy full SHA for 6007511
.bomr/bomr.yaml
@@ -23,8 +23,10 @@ bomr:
23
verify:
24
ignored-dependencies:
25
# Avoid confliciting transitive requirements for
26
- # io.grpc:grpc-core:jar:[1.0.1,1.0.1] (Jetty) and
27
- # io.grpc:grpc-core:jar:[1.14.0,1.14.0] (Micrometer's Azure Registry)
+ # io.grpc:grpc-core:jar:[1.0.1,1.0.1] (Jetty),
+ # io.grpc:grpc-core:jar:[1.14.0,1.14.0] (Micrometer's Azure Registry), and
28
+ # io.grpc:grpc-core:jar:[1.15.0,1.15.0] (Micrometer's Stackdriver Registry)
29
+ - 'io.micrometer:micrometer-registry-azure-monitor'
30
- 'org.eclipse.jetty.gcloud:jetty-gcloud-session-manager'
31
- 'org.eclipse.jetty:jetty-home'
32
repositories:
0 commit comments