openzipkin / brave

Java distributed tracing implementation compatible with Zipkin backend services.
Apache License 2.0
2.36k stars 713 forks source link

Latest versions of brave-instrumentation-benchmarks are not present in maven central #1445

Closed Croway closed 4 days ago

Croway commented 5 days ago

Describe the Bug

Seems like that brave-instrumentation-benchmarks is not released anymore, and the brave-bom cannot be built.

Steps to Reproduce

Use the brave-bom in a plain maven project, declare brave-instrumentation-benchmarks as a dependency, and try to build the project.

brave-instrumentation-benchmarks:6.0.3 is part of brave-bom:6.0.3, but is not present on maven central.

Expected Behaviour

All the dependencies declared in the BOM should exists.

reta commented 4 days ago

Thank you @Croway !