aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-02-22 19:05:02 -0500
committerMichael Hwang <mhwang@research.att.com>2018-02-22 19:08:28 -0500
commit308a8f90cc66b033535aa4c5c2098bb5bfcb26ee (patch)
tree797e5caed087789bb24095e6a130a1e4d55f4c85 /pom.xml
parentd914d08a70f018468e4b909a780c753ebce243e9 (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 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e40e352..bbabc27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>clj-yaml</artifactId>
<version>0.4.0</version>
</dependency>
+ <dependency>
+ <groupId>clj-fakes</groupId>
+ <artifactId>clj-fakes</artifactId>
+ <version>0.9.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>