diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -67,6 +67,12 @@ </dependency> <dependency> + <groupId>com.tavianator.sangria</groupId> + <artifactId>sangria-log4j</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + + <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>4.0-beta4</version> @@ -272,6 +278,7 @@ <module>sangria-core</module> <module>sangria-contextual</module> <module>sangria-slf4j</module> + <module>sangria-log4j</module> </modules> <profiles> |