summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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 fb15de9..3e75e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>