aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
authorAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-13 11:10:14 -0400
committerAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-13 11:13:01 -0400
commit73558f1cf1accc20b58e728f44703404a50aad57 (patch)
tree8de8f1bd33ecacb08122b01eb34e3b564005e9c0 /project.clj
parentb3ed247c4e304ea36e49447233f1eba3cd76e971 (diff)
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 <adrian.batos-parac@amdocs.com>
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 2 insertions, 0 deletions
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"]