summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-09-14 23:56:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-09-14 23:58:09 -0400
commitaf52e472b4f0b00b0d00c04b3fa54a79f94b9a49 (patch)
tree353fbadd308909d15dae5461d726e8704937d274 /pom.xml
parentbc1de44c602192e59ff66d1a5d1f1e9cdcc4a2bb (diff)
downloadsangria-af52e472b4f0b00b0d00c04b3fa54a79f94b9a49.tar.xz
lazy: Implement Lazy<T>, very much like Dagger's.
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>