aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-09-20 14:53:54 -0700
committerGitHub <noreply@github.com>2018-09-20 14:53:54 -0700
commitb2251bf8ec0980800e98efdd775a6e85a39edc13 (patch)
treeea0b883a45b6c8a989c473cf8c44763e783b8934 /build.gradle
parentba5b8310495939a2912934836283ca356b353580 (diff)
downloadopencensus-java-b2251bf8ec0980800e98efdd775a6e85a39edc13.tar.gz
Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)
* Contrib: Add opencensus-contrib-opencensus-proto-util. * Update CHANGELOG.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e6a8921b..7754eba1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -167,6 +167,7 @@ subprojects {
protobufVersion = '3.5.1'
zipkinReporterVersion = '2.3.2'
jaegerReporterVersion = '0.27.0'
+ opencensusProtoVersion = '0.0.2'
libraries = [
appengine_api: "com.google.appengine:appengine-api-1.0-sdk:${appengineVersion}",
@@ -199,6 +200,7 @@ subprojects {
spring_context_support: "org.springframework:spring-context-support:${springVersion}",
prometheus_simpleclient: "io.prometheus:simpleclient:${prometheusVersion}",
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
+ opencensus_proto: "io.opencensus:opencensus-proto:${opencensusProtoVersion}",
// Test dependencies.
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",
@@ -421,6 +423,7 @@ subprojects {
'opencensus-contrib-log-correlation-log4j2',
'opencensus-contrib-log-correlation-stackdriver',
'opencensus-contrib-monitored-resource-util',
+ 'opencensus-contrib-opencensus-proto-util',
'opencensus-contrib-spring',
'opencensus-contrib-spring-sleuth-v1x',
'opencensus-contrib-zpages',