aboutsummaryrefslogtreecommitdiff
path: root/impl
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-06-16 14:33:42 -0700
committerGitHub <noreply@github.com>2017-06-16 14:33:42 -0700
commit4aa6e80c8efac571e3017b70d599eb52db23a6f3 (patch)
tree479e2448d3c30a1a6ec5eda2294892c65eb7ed3c /impl
parenta7e1b0cb733a5c6b7cbe5b90a2ab57507be0c5bd (diff)
downloadopencensus-java-4aa6e80c8efac571e3017b70d599eb52db23a6f3.tar.gz
Move TestClock in opencensus-testing package. (#368)
Diffstat (limited to 'impl')
-rw-r--r--impl/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/build.gradle b/impl/build.gradle
index be4e959c..e8852049 100644
--- a/impl/build.gradle
+++ b/impl/build.gradle
@@ -12,6 +12,9 @@ dependencies {
project(':opencensus-impl-core'),
libraries.disruptor
+ testCompile project(':opencensus-api'),
+ project(':opencensus-impl-core')
+
signature "org.codehaus.mojo.signature:java17:+@signature"
}