From 308a8f90cc66b033535aa4c5c2098bb5bfcb26ee Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Thu, 22 Feb 2018 19:05:02 -0500 Subject: Fix monkeypatching issue, use clj-fakes Change-Id: I8ae31c1b3dfff3096e4bfef709a8f0581d2e9a7c Issue-ID: DCAEGEN2-260 Signed-off-by: Michael Hwang --- project.clj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project.clj') 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"]] } } ) -- cgit 1.2.3-korg