diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |