aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
authorAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-12 15:31:45 -0400
committerAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-13 11:43:08 -0400
commitf796373d7de201c0a46f06b3155b1734b9872bb3 (patch)
treeebe0f754f59f775e01d5e121411c770e72bdba31 /project.clj
parent48f6bc8f4089730dbd6ff42f02a923e642887e93 (diff)
Fix graphwalk capabilities
Fixes the issue where graphwalk was not working properly in the chameleon code within ONAP. Change-Id: Iae1dd036f10ab6443a40cac66ae69fad77036cb2 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, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index aaab854..044856b 100644
--- a/project.clj
+++ b/project.clj
@@ -13,7 +13,7 @@
[integrant "0.6.2"]
[clojure-future-spec "1.9.0-beta4"]
[yogthos/config "0.9"]
- [org.onap.aai.event-client/event-client-dmaap "1.2.0"]
+ [org.onap.aai.event-client/event-client-dmaap "1.2.1"]
]
:repositories [["onap-releases" {:url "https://nexus.onap.org/content/repositories/releases/"}]
["onap-public" {:url "https://nexus.onap.org/content/repositories/public/"}]