diff options
author | James Forsyth <jf2512@att.com> | 2018-04-19 13:22:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-19 13:22:42 +0000 |
commit | 8e52114cf9289dd85c8838bf0eb8c24f5e2c7f99 (patch) | |
tree | 9810e6db0a6f8dc167bd23ca3db4a24f15939490 /project.clj | |
parent | a99f8b47866dbdd0afd5a563ef9f8896501f62e6 (diff) | |
parent | f796373d7de201c0a46f06b3155b1734b9872bb3 (diff) |
Merge "Fix graphwalk capabilities"
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
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/"}] |