summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-10-04 12:52:32 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-10-04 12:52:32 -0400
commit3fd5777a58f59218e3229c9ea11d816ecc6ae367 (patch)
tree53f937505806e010d2bc3134fa5507d0ff78d32c /pom.xml
parentb0bb30831a334ff30e3e6a13790bbc324db89de5 (diff)
parent8e24a47b69f940c31ac95451b4584b95de7c8670 (diff)
downloadsangria-3fd5777a58f59218e3229c9ea11d816ecc6ae367.tar.xz
Merge branch 'test'
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3ae6035..90d166e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,12 @@
<dependency>
<groupId>com.tavianator.sangria</groupId>
+ <artifactId>sangria-test</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.tavianator.sangria</groupId>
<artifactId>sangria-contextual</artifactId>
<version>${project.version}</version>
</dependency>
@@ -87,13 +93,13 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
- <version>4.0-beta4</version>
+ <version>4.0-beta5</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
- <version>4.0-beta4</version>
+ <version>4.0-beta5</version>
</dependency>
<dependency>
@@ -290,6 +296,7 @@
<modules>
<module>sangria-core</module>
+ <module>sangria-test</module>
<module>sangria-contextual</module>
<module>sangria-slf4j</module>
<module>sangria-log4j</module>