java-control-plane
java-control-plane copied to clipboard
api: Use the public maven central relase of io.opencensus:opencensus-proto
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]