diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-10-08 19:10:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-08 19:10:20 -0700 |
| commit | dea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2 (patch) | |
| tree | d86a2e36d73e53575fbd47f352d62d1ca831499e /build.gradle | |
| parent | 08d09c48a40b7dc6b5dba8603795084fc6ea9695 (diff) | |
| download | platform_external_opencensus-java-dea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2.tar.gz platform_external_opencensus-java-dea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2.tar.bz2 platform_external_opencensus-java-dea86ae9d49eb9ecc0172c96773d41a9dcc2a4b2.zip | |
Exporter/OcAgent: Add a fake implementation of TraceService. (#1481)
* Exporter/OcAgent: Add a fake impl of TraceService.
* Move the fake server impl to test.
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index abf2413b..dcb006ce 100644 --- a/build.gradle +++ b/build.gradle @@ -190,6 +190,8 @@ subprojects { google_cloud_monitoring: "com.google.cloud:google-cloud-monitoring:${googleCloudGaVersion}", grpc_context: "io.grpc:grpc-context:${grpcVersion}", grpc_core: "io.grpc:grpc-core:${grpcVersion}", + grpc_netty: "io.grpc:grpc-netty:${grpcVersion}", + grpc_stub: "io.grpc:grpc-stub:${grpcVersion}", guava: "com.google.guava:guava:${guavaVersion}", jsr305: "com.google.code.findbugs:jsr305:${findBugsJsr305Version}", signalfx_java: "com.signalfx.public:signalfx-java:${signalfxVersion}", |
