summaryrefslogtreecommitdiffstats
path: root/sangria-lazy/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-10-04 12:41:07 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-10-04 12:46:46 -0400
commit8e24a47b69f940c31ac95451b4584b95de7c8670 (patch)
tree2ed52205fa53ea6f9ed1ec089722d13a521bb3dc /sangria-lazy/pom.xml
parent17a7490cabfd4428cfdb5d9106dc076b1dc4b905 (diff)
downloadsangria-8e24a47b69f940c31ac95451b4584b95de7c8670.tar.xz
lazy: Test best practices.
Diffstat (limited to 'sangria-lazy/pom.xml')
-rw-r--r--sangria-lazy/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sangria-lazy/pom.xml b/sangria-lazy/pom.xml
index 4840af3..e2c806e 100644
--- a/sangria-lazy/pom.xml
+++ b/sangria-lazy/pom.xml
@@ -38,6 +38,12 @@
</dependency>
<dependency>
+ <groupId>com.tavianator.sangria</groupId>
+ <artifactId>sangria-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>