diff options
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> |