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 12f28ae..72a158c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,12 @@
</dependency>
<dependency>
+ <groupId>com.tavianator</groupId>
+ <artifactId>sangria-contextual</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0-beta4</version>
@@ -185,5 +191,6 @@
<modules>
<module>sangria-core</module>
+ <module>sangria-contextual</module>
</modules>
</project>