summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-05-07 21:58:15 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-05-07 22:11:39 -0400
commitd814b12bd39172bc59fcefa5815bc3776b793177 (patch)
tree33a8e78c472317ef33747a23b29137e582ff49a5 /pom.xml
parent1eeacfdd9d747c2add6957794e541e3a022218a7 (diff)
downloadsangria-d814b12bd39172bc59fcefa5815bc3776b793177.tar.xz
listbinder: Add an implementation of ListBinder<T>.
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 313c855..ae3ec41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,12 @@
</dependency>
<dependency>
+ <groupId>com.tavianator.sangria</groupId>
+ <artifactId>sangria-listbinder</artifactId>
+ <version>1.1-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta4</version>
@@ -281,6 +287,7 @@
<module>sangria-contextual</module>
<module>sangria-slf4j</module>
<module>sangria-log4j</module>
+ <module>sangria-listbinder</module>
</modules>
<profiles>