diff options
author | Michael Hwang <mhwang@research.att.com> | 2019-07-17 23:24:36 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2019-07-22 10:27:06 -0400 |
commit | f14264024fc0d3103922360d2e7bb6dce114bf09 (patch) | |
tree | 8bd8b80c62ad86ec70191b3e89d06292b5091226 /project.clj | |
parent | 8762e960c9df97fe93f0a996a5e8870e6059c7f8 (diff) |
Support calling inventory using HTTPS5.0.0-ONAP
Issue-ID: DCAEGEN2-1597
Change-Id: Ie1dc18ad753e5f43223ce699dfbceb1649dc6235
Signed-off-by: Michael Hwang <mhwang@research.att.com>
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 3731a39..d1b95a8 100644 --- a/project.clj +++ b/project.clj @@ -21,7 +21,7 @@ ; Using lein for REPL and testing because couldn't get Maven clojure plugin to work ; for these functional areas. -(defproject service-change-handler "0.1.0" +(defproject service-change-handler "1.3.0" :description "Service change handler" :dependencies [[org.clojure/clojure "1.8.0"] [cheshire/cheshire "5.8.0"] |