forked from envoyproxy/java-control-plane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the public maven central relase of io.opencensus:opencensus-proto
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 envoyproxy#171 Signed-off-by: Preston Bennes <[email protected]>
- Loading branch information
1 parent
e5b9700
commit 0997fcf
Showing
13 changed files
with
7 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 0 additions & 101 deletions
101
api/src/main/proto/opencensus/proto/agent/common/v1/common.proto
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
api/src/main/proto/opencensus/proto/agent/metrics/v1/metrics_service.proto
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
api/src/main/proto/opencensus/proto/agent/trace/v1/trace_service.proto
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.