summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5279ece..794108c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,12 @@
</dependency>
<dependency>
+ <groupId>com.tavianator.sangria</groupId>
+ <artifactId>sangria-lazy</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta4</version>
@@ -288,6 +294,7 @@
<module>sangria-slf4j</module>
<module>sangria-log4j</module>
<module>sangria-listbinder</module>
+ <module>sangria-lazy</module>
</modules>
<profiles>