diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-05-07 21:58:15 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-05-07 22:11:39 -0400 |
commit | d814b12bd39172bc59fcefa5815bc3776b793177 (patch) | |
tree | 33a8e78c472317ef33747a23b29137e582ff49a5 /pom.xml | |
parent | 1eeacfdd9d747c2add6957794e541e3a022218a7 (diff) | |
download | sangria-d814b12bd39172bc59fcefa5815bc3776b793177.tar.xz |
listbinder: Add an implementation of ListBinder<T>.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |