diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-02-22 19:05:02 -0500 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2018-02-22 19:08:28 -0500 |
commit | 308a8f90cc66b033535aa4c5c2098bb5bfcb26ee (patch) | |
tree | 797e5caed087789bb24095e6a130a1e4d55f4c85 /project.clj | |
parent | d914d08a70f018468e4b909a780c753ebce243e9 (diff) |
Fix monkeypatching issue, use clj-fakes
Change-Id: I8ae31c1b3dfff3096e4bfef709a8f0581d2e9a7c
Issue-ID: DCAEGEN2-260
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project.clj b/project.clj index 45976e5..3953da1 100644 --- a/project.clj +++ b/project.clj @@ -37,5 +37,8 @@ :repositories [["onap nexus" "https://nexus.onap.org/content/repositories/snapshots/"]] :plugins [[lein-cloverage "1.0.9"]] + :profiles { :test { :dependencies [[clj-fakes "0.9.0"]] } + ; Added this for cloverage + :dev { :dependencies [[clj-fakes "0.9.0"]] } } ) |