This is an automated email from the ASF dual-hosted git repository.
rabbah 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 b573931 Include nanohttpd to avoid CNFE on stop (#4274)
b573931 is described below
commit b57393187ab82ebe0af9bf6c0877e658b524b107
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Wed Feb 13 19:18:26 2019 +0530
Include nanohttpd to avoid CNFE on stop (#4274)
---
common/scala/build.gradle | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index fe163de..fc7d540 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -71,9 +71,7 @@ dependencies {
compile ('io.kamon:kamon-system-metrics_2.12:1.0.0') {
exclude group: 'io.kamon', module: 'sigar-loader'
}
- compile ('io.kamon:kamon-prometheus_2.12:1.1.1'){
- exclude group: 'org.nanohttpd'
- }
+ compile ('io.kamon:kamon-prometheus_2.12:1.1.1')
//for mesos
compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.17'