Skip to content

Commit a5cf24c

Browse files
author
dnolen
committed
add test.check as test dep
1 parent 9887580 commit a5cf24c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.template.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@
5252
<artifactId>tools.reader</artifactId>
5353
<version>1.0.0-beta1</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.clojure</groupId>
57+
<artifactId>test.check</artifactId>
58+
<version>0.9.0</version>
59+
<scope>test</scope>
60+
<exclusions>
61+
<exclusion>
62+
<groupId>org.clojure</groupId>
63+
<artifactId>clojure</artifactId>
64+
</exclusion>
65+
</exclusions>
66+
</dependency>
5567
</dependencies>
5668

5769
<developers>

0 commit comments

Comments
 (0)