diff options
author | Au, Bill (wa998j) <wa998j@att.com> | 2018-08-10 11:01:25 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-08-20 14:12:02 -0400 |
commit | bc450951067193b5b32a354ec82e92919778a807 (patch) | |
tree | 268db18312f736e35c57cda51f20918d4488a041 /project.clj | |
parent | 90a448d6c9b73a76f49b5681a51c3531b978a0a4 (diff) |
EELF and email notification
Issue-ID: DCAEGEN2-554
Change-Id: Ibcc19aa84c4bd687fb258b4e1effddedb0328871
Signed-off-by: Au, Bill (wa998j) <wa998j@att.com>
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.clj b/project.clj index 67a294a..3731a39 100644 --- a/project.clj +++ b/project.clj @@ -25,12 +25,12 @@ :description "Service change handler" :dependencies [[org.clojure/clojure "1.8.0"] [cheshire/cheshire "5.8.0"] - [com.taoensso/timbre "4.7.4"] - [com.fzakaria/slf4j-timbre "0.3.2"] + [org.clojure/tools.logging "0.4.0"] [clj-http/clj-http "3.3.0"] [org.bovinegenius/exploding-fish "0.3.4"] [clj-yaml/clj-yaml "0.4.0"] [org.onap.sdc.sdc-distribution-client/sdc-distribution-client "1.3.0"] + [ch.qos.logback/logback-classic "1.2.1"] ] ; TODO: Fill in the onap maven repository info |