This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new a08175f  Include Kamon Datadog dependencies (#4323)
a08175f is described below

commit a08175f05cd9bf21e48eea52be62ca0030f9c2c3
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Tue Mar 5 21:26:36 2019 +0530

    Include Kamon Datadog dependencies (#4323)
---
 common/scala/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 1b1421b..089a8d2 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -72,6 +72,7 @@ dependencies {
         exclude group: 'io.kamon', module: 'sigar-loader'
     }
     compile ('io.kamon:kamon-prometheus_2.12:1.1.1')
+    compile ('io.kamon:kamon-datadog_2.12:1.0.0')
     //for mesos
     compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.17'
 

Reply via email to