summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-04-01 19:34:40 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-04-01 19:43:57 -0400
commit77b42b639ff3b8dc7f989cf8a9e65ed102d5105d (patch)
tree3cf3ca058dcdbeb589037c49971ac38dd7a3e169 /pom.xml
parent1ce3feb50ef042c52233f0703d9fca708b0d5e30 (diff)
downloadsangria-77b42b639ff3b8dc7f989cf8a9e65ed102d5105d.tar.xz
Add sangria-slf4j module.
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 72a158c..16da364 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,12 @@
</dependency>
<dependency>
+ <groupId>com.tavianator</groupId>
+ <artifactId>sangria-slf4j</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta4</version>
@@ -192,5 +198,6 @@
<modules>
<module>sangria-core</module>
<module>sangria-contextual</module>
+ <module>sangria-slf4j</module>
</modules>
</project>