java-control-plane icon indicating copy to clipboard operation
java-control-plane copied to clipboard

api: Use the public maven central relase of io.opencensus:opencensus-proto

Open sfc-gh-pbennes opened this issue 3 years ago • 0 comments
trafficstars

This fixes an issue of duplicate and possibly incompatible classes for io.opencensus classes. If a project includes both opencensus-proto and api dependencies, there will be duplicate classes for opencensus-proto classes on the class path. This is because:

  • these classes are vendored in this repo but not declared in the pom
  • the version of opencensus-proto used is not a public release in maven central

Fixes #171

Signed-off-by: Preston Bennes [email protected]

sfc-gh-pbennes avatar May 13 '22 22:05 sfc-gh-pbennes