From f796373d7de201c0a46f06b3155b1734b9872bb3 Mon Sep 17 00:00:00 2001 From: Adrian Batos-Parac Date: Thu, 12 Apr 2018 15:31:45 -0400 Subject: 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 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.clj') 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/"}] -- cgit 1.2.3-korg