From 73558f1cf1accc20b58e728f44703404a50aad57 Mon Sep 17 00:00:00 2001 From: Adrian Batos-Parac Date: Fri, 13 Apr 2018 11:10:14 -0400 Subject: Fix graphwalk capabilities Fixes the issue where graphwalk was not working properly in the gallifrey code within ONAP. Change-Id: I43f7471e335972563769f3806f889884c2e46753 Issue-ID: AAI-797 Signed-off-by: Adrian Batos-Parac --- project.clj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project.clj') diff --git a/project.clj b/project.clj index d520863..8637676 100644 --- a/project.clj +++ b/project.clj @@ -17,6 +17,8 @@ [integrant "0.6.2"] [clojure-future-spec "1.9.0-beta4"] + [metrics-clojure "2.10.0"] + [metrics-clojure-ring "2.10.0"] [yogthos/config "0.9"]] :min-lein-version "2.5.3" :profiles {:dev {:source-paths ["dev"] -- cgit 1.2.3-korg